Sapphire Hex Code — #0F52BA
RGB, HSL, and CMYK values for Sapphire.
Last updated: April 6, 2026
Sapphire Color Values
| Format | Value |
|---|---|
| HEX | #0F52BA |
| RGB | rgb(15, 82, 186) |
| HSL | hsl(216, 85%, 39%) |
| CMYK | cmyk(92%, 56%, 0%, 27%) |
About Sapphire
Color psychology: Nobility, truth.
Sapphire (#0F52BA) is a dark shade of blue with a hue angle of 216° on the color wheel, 85% saturation, and 39% lightness. It's commonly used in web design, graphic design, and branding where nobility, truth are desired associations.
In color theory, Sapphire sits in the cool section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Sapphire in Design
Web Design
Use Sapphire for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Sapphire conveys nobility, truth — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:92% M:56% Y:0% K:27%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Dark colors like Sapphire are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Sapphire in CSS
/* Using HEX */ color: #0F52BA; background-color: #0F52BA; /* Using RGB */ color: rgb(15, 82, 186); /* Using HSL — best for creating variations */ color: hsl(216, 85%, 39%); /* Transparent overlay (50% opacity) */ background-color: rgba(15, 82, 186, 0.5); /* Lighter variant for hover states */ background-color: hsl(216, 85%, 49%); /* Darker variant for active states */ background-color: hsl(216, 85%, 29%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Sapphire without changing its core hue or saturation.
Colors That Go With Sapphire
Complementary
Analogous
Triadic
Similar Shades of Blue
Frequently Asked Questions
What is the hex code for Sapphire?
What is Sapphire in RGB and when should I use RGB?
How to use Sapphire in CSS with different color formats?
What is the HSL value of Sapphire and why is HSL useful for designers?
What is the CMYK value of Sapphire for print design?
What colors pair well with Sapphire in design projects?
Is Sapphire (#0F52BA) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.