#2f09ac
a dark, electric blue · warm · closest name: navy
RGB
47, 9, 172
HSL
254°, 90%, 36%
CMYK
73, 95, 0, 33
Luminance
0.0378
Every format
| HEX | #2f09ac |
| RGB | rgb(47, 9, 172) |
| HSL | hsl(254, 90%, 36%) |
| CMYK | cmyk(73%, 95%, 0%, 33%) |
| LAB | lab(22.9 57.7 -75.3) |
| LCH | lch(22.9 94.8 307.5) |
| OKLCH | oklch(0.362 0.219 276.4) |
Copy-ready code
/* CSS */
color: #2f09ac;
background-color: #2f09ac;
/* Tailwind (arbitrary) */
class="text-[#2f09ac] bg-[#2f09ac]"
/* SCSS */
$brand: #2f09ac;
/* SwiftUI */
Color(red: 0.184, green: 0.035, blue: 0.675)
/* Android */
Color.parseColor("#2f09ac")Accessibility — WCAG contrast
Aa
#2f09ac on white: 11.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f09ac on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green3.5%
Blue67.5%
CMYK percentages
Cyan72.7%
Magenta94.8%
Yellow0.0%
Key (black)32.5%
Color previews
#2f09ac text on a black background
contrast 1.76:1
Card sample
#2f09ac text on a white background
contrast 11.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f09ac;
Background color
Panel with #2f09ac background
background-color: #2f09ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f09ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 9, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 9, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f09ac; background: linear-gradient(135deg, #2f09ac, #9C09AC);