Skip to main contentSkip to contentSkip to main content
.page-id-2757 .entry-hero-container-inner { display: none !important; } .ep-hero { background: #0B0E1A; color: #fff; text-align: center; padding: 80px 24px 64px; } .ep-hero-inner { max-width: 720px; margin: 0 auto; } .ep-hero-label { font-family: “Source Sans 3”, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #D4812A; margin-bottom: 16px; } .ep-hero h1 { font-family: “Playfair Display”, Georgia, serif; font-size: 2.75rem; font-style: italic; font-weight: 400; color: #fff; line-height: 1.2; margin: 0 0 20px; } .ep-hero p { font-family: “Source Sans 3”, sans-serif; font-size: 1.15rem; color: rgba(255,255,255,0.85); line-height: 1.7; margin: 0 0 32px; } .ep-hero-cta { display: inline-block; background: #D4812A; color: #fff; font-family: “Source Sans 3”, sans-serif; font-size: 1rem; font-weight: 600; padding: 16px 40px; border-radius: 50px; text-decoration: none; letter-spacing: 0.5px; text-transform: uppercase; transition: background 0.2s ease; } .ep-hero-cta:hover { background: #b86d1f; color: #fff; } .ep-section { max-width: 900px; margin: 0 auto; padding: 64px 24px; } .ep-section-label { font-family: “Source Sans 3”, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #D4812A; margin: 0 0 12px; } .ep-section h2 { font-family: “Playfair Display”, Georgia, serif; font-size: 2rem; font-style: italic; font-weight: 400; color: #0B0E1A; line-height: 1.3; margin: 0 0 24px; } .ep-section p { font-family: “Source Sans 3”, sans-serif; font-size: 1.05rem; color: #1A1F35; line-height: 1.7; margin: 0 0 16px; } .ep-divider { border: none; height: 1px; background: linear-gradient(90deg, transparent, rgba(28,13,90,0.15), transparent); margin: 0; } /* Topics Grid */ .ep-topics { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 32px; } .ep-topic-card { background: #fff; border-radius: 12px; padding: 28px 24px; border: 1px solid rgba(11,14,26,0.06); box-shadow: 0 2px 12px rgba(0,0,0,0.06); } .ep-topic-tag { display: inline-block; font-family: “Source Sans 3”, sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #D4812A; background: rgba(212,129,42,0.08); padding: 4px 10px; border-radius: 20px; margin-bottom: 12px; } .ep-topic-card h3 { font-family: “Playfair Display”, Georgia, serif; font-size: 1.15rem; font-style: italic; color: #0B0E1A; margin: 0 0 8px; } .ep-topic-card p { font-family: “Source Sans 3”, sans-serif; font-size: 0.9rem; color: #1A1F35; line-height: 1.6; margin: 0; } .ep-topic-card a { display: inline-block; font-family: “Source Sans 3″, sans-serif; font-size: 13px; font-weight: 600; color: #D4812A; text-decoration: none; letter-spacing: 0.5px; text-transform: uppercase; margin-top: 12px; } .ep-topic-card a:hover { color: #b86d1f; } .ep-topic-card a::after { content: ” 2192″; } /* Who Books Section */ .ep-audience-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 32px; } .ep-audience-item { padding: 24px; background: rgba(212,129,42,0.04); border-radius: 10px; border-left: 3px solid #D4812A; } .ep-audience-item h3 { font-family: “Source Sans 3”, sans-serif; font-size: 1rem; font-weight: 700; color: #0B0E1A; margin: 0 0 8px; } .ep-audience-item p { font-family: “Source Sans 3”, sans-serif; font-size: 0.9rem; color: #1A1F35; line-height: 1.6; margin: 0; } /* Process Steps */ .ep-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin-top: 32px; counter-reset: step-counter; } .ep-step { text-align: center; padding: 24px 16px; } .ep-step::before { counter-increment: step-counter; content: counter(step-counter); display: block; width: 48px; height: 48px; line-height: 48px; margin: 0 auto 16px; background: #D4812A; color: #fff; font-family: “Source Sans 3”, sans-serif; font-size: 1.25rem; font-weight: 700; border-radius: 50%; } .ep-step h3 { font-family: “Source Sans 3”, sans-serif; font-size: 1rem; font-weight: 700; color: #0B0E1A; margin: 0 0 8px; } .ep-step p { font-family: “Source Sans 3”, sans-serif; font-size: 0.9rem; color: #1A1F35; line-height: 1.6; margin: 0; } /* What You Get */ .ep-deliverables { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 32px; } .ep-deliverable { display: flex; gap: 16px; align-items: flex-start; } .ep-deliverable-icon { flex-shrink: 0; width: 40px; height: 40px; background: rgba(212,129,42,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; } .ep-deliverable-text h3 { font-family: “Source Sans 3”, sans-serif; font-size: 0.95rem; font-weight: 700; color: #0B0E1A; margin: 0 0 4px; } .ep-deliverable-text p { font-family: “Source Sans 3”, sans-serif; font-size: 0.85rem; color: #1A1F35; line-height: 1.5; margin: 0; } /* Stats Row */ .ep-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; margin: 48px 0 0; text-align: center; } .ep-stat-number { font-family: “Playfair Display”, Georgia, serif; font-size: 2.5rem; font-weight: 700; color: #D4812A; line-height: 1; } .ep-stat-label { font-family: “Source Sans 3”, sans-serif; font-size: 0.85rem; color: #1A1F35; margin-top: 4px; } /* CTA Section */ .ep-cta-section { background: linear-gradient(135deg, #0B0E1A 0%, #1A1F35 100%); color: #fff; text-align: center; padding: 64px 24px; } .ep-cta-inner { max-width: 600px; margin: 0 auto; } .ep-cta-section h2 { font-family: “Playfair Display”, Georgia, serif; font-size: 2rem; font-style: italic; font-weight: 400; color: #fff; margin: 0 0 16px; } .ep-cta-section p { font-family: “Source Sans 3”, sans-serif; font-size: 1.05rem; color: rgba(255,255,255,0.85); line-height: 1.7; margin: 0 0 32px; } .ep-cta-btn { display: inline-block; background: #D4812A; color: #fff; font-family: “Source Sans 3”, sans-serif; font-size: 1rem; font-weight: 600; padding: 16px 40px; border-radius: 50px; text-decoration: none; letter-spacing: 0.5px; text-transform: uppercase; transition: background 0.2s ease; } .ep-cta-btn:hover { background: #b86d1f; color: #fff; } /* Testimonial */ .ep-testimonial { background: #fff; border-radius: 12px; padding: 32px; border: 1px solid rgba(11,14,26,0.06); box-shadow: 0 2px 12px rgba(0,0,0,0.06); margin-top: 32px; } .ep-testimonial blockquote { font-family: “Playfair Display”, Georgia, serif; font-size: 1.15rem; font-style: italic; color: #0B0E1A; line-height: 1.6; margin: 0 0 16px; border: none; padding: 0; } .ep-testimonial cite { font-family: “Source Sans 3”, sans-serif; font-size: 0.9rem; font-style: normal; color: #1A1F35; } @media (max-width: 768px) { .ep-hero h1 { font-size: 2rem; } .ep-hero { padding: 60px 20px 48px; } .ep-section { padding: 48px 20px; } .ep-section h2 { font-size: 1.5rem; } .ep-topics, .ep-audience-grid, .ep-steps, .ep-deliverables { grid-template-columns: 1fr; } .ep-stats { grid-template-columns: repeat(2, 1fr); } .ep-stat-number { font-size: 2rem; } }

For Event Planners

Book a Speaker Who Delivers Real Impact

Khary Penebaker brings nearly 30 years of leadership experience, personal resilience, and practical business frameworks to your stage. No motivational fluff. Real stories with real takeaways.

Check Availability

Six keynotes, one authentic voice

Every talk is tailored to your audience, event goals, and industry context. Khary works with you beforehand to make sure the content lands.

Leadership

Leadership under pressure

Decision-making frameworks for leaders facing high-stakes situations with no margin for error.

Details
Personal

Resilience and adversity

What resilience actually looks like. From personal loss to business failure to rebuilding stronger.

Details
Leadership

Building high-performing teams

Specific systems for hiring, accountability, and building culture that scales from 5 to 180 people.

Details
Advocacy

Gun violence prevention

Personal story meets policy advocacy. Honest, impactful, and consistently rated the most meaningful session.

Details
Industry

Construction and trades leadership

Nearly three decades of hands-on experience in crew management, safety culture, and scaling in the trades.

Details
Leadership

Culture, accountability, and trust

Build accountability that feels like fairness, not fear. Practical systems for maintaining culture through growth.

Details

Built for audiences who want substance

Corporate leadership teams

Companies going through change, growth, or restructuring who need their leaders performing better under pressure.

Industry conferences

Construction, home improvement, roofing, and trades events where the speaker understands the products, processes, and people.

Nonprofit and advocacy events

Gun violence prevention organizations, advocacy groups, and community events where personal truth drives action.

Leadership retreats

Teams that need practical frameworks for trust, accountability, and culture. Workshop formats available.

University and education events

Students and emerging leaders who benefit from hearing real career paths, failures, and lessons from someone who has built from scratch.

Political and civic organizations

DNC experience, congressional campaign, and years of civic engagement. Khary understands how to speak to politically diverse audiences.


What you get when you book Khary

📞

Pre-Event strategy call

Khary talks with your team before the event to understand your audience, goals, and any specific challenges you want addressed.

🎤

Tailored keynote or workshop

Every presentation is customized. No canned speech. The examples, frameworks, and takeaways are built for the people in the room.

💬

Audience Q&A

Khary stays for questions and conversation. Some of the best moments happen after the formal presentation ends.

📄

Marketing support

Professional headshots, bio copy, social media assets, and a speaker one-sheet to help you promote the event.

30
Years of Leadership Experience
$35M+
Revenue Built From Scratch
180
Employees Managed at Peak
DNC
National Stage Speaker

Simple booking process

Reach Out

Submit an inquiry through the booking form with your event details, preferred dates, and audience information.

Strategy call

Khary connects with you to discuss the event, audience needs, and how to make the presentation as impactful as possible.

Confirm and prepare

Lock in the date, finalize the topic and format, and receive marketing materials to promote the event.

Deliver and follow up

Khary delivers the presentation, stays for Q&A, and follows up to ensure the event met your goals.


The impact speaks for itself

“The most impactful session of our entire conference. Khary connected with our audience in a way that none of our other speakers managed. People were still talking about it weeks later.”
Conference Organizer, Leadership Summit
“We needed someone who could speak to our construction industry audience without sounding like a consultant who read about the trades. Khary has lived it. Our team walked away with frameworks they could actually use.”
Event Planner, Industry Conference
“Khary made the strategy call feel like a real partnership. He asked thoughtful questions about our team and tailored the entire presentation to what we were going through. That level of care is rare.”
HR Director, Corporate Leadership Retreat

Currently booking Q3-Q4 2026

Khary is based in the Milwaukee, Wisconsin area and travels nationally for speaking engagements. Virtual keynotes and hybrid formats are also available.

Keynote, half-day workshop, and full-day workshop formats. Nonprofit and education rates available upon request.

Ready to book Khary for your event?

Submit an inquiry and Khary will respond within 48 hours. Include your event details, preferred dates, and audience information to get started.

Request Availability
document.addEventListener(“DOMContentLoaded”, function() { var bodyEl = document.body; if (bodyEl) { var classes = bodyEl.className.match(/page-id-d+/); if (classes) { var style = document.querySelector(“style”); if (style) { style.textContent = style.textContent.replace(/.page-id-2757/g, “.” + classes[0]); } } } });
Resource

Download the Speaker One-Sheet

Everything you need to present Khary to your planning committee, in one page.

Get the One-Sheet

Last updated: March 9, 2026