#2f3cdb
a balanced, vivid blue · warm · closest name: navy
RGB
47, 60, 219
HSL
236°, 71%, 52%
CMYK
79, 73, 0, 14
Luminance
0.0895
Every format
| HEX | #2f3cdb |
| RGB | rgb(47, 60, 219) |
| HSL | hsl(236, 71%, 52%) |
| CMYK | cmyk(79%, 73%, 0%, 14%) |
| LAB | lab(35.9 49.9 -81.4) |
| LCH | lch(35.9 95.5 301.5) |
| OKLCH | oklch(0.468 0.236 269.7) |
Copy-ready code
/* CSS */
color: #2f3cdb;
background-color: #2f3cdb;
/* Tailwind (arbitrary) */
class="text-[#2f3cdb] bg-[#2f3cdb]"
/* SCSS */
$brand: #2f3cdb;
/* SwiftUI */
Color(red: 0.184, green: 0.235, blue: 0.859)
/* Android */
Color.parseColor("#2f3cdb")Accessibility — WCAG contrast
Aa
#2f3cdb on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f3cdb on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green23.5%
Blue85.9%
CMYK percentages
Cyan78.5%
Magenta72.6%
Yellow0.0%
Key (black)14.1%
Color previews
#2f3cdb text on a black background
contrast 2.79:1
Card sample
#2f3cdb text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f3cdb;
Background color
Panel with #2f3cdb background
background-color: #2f3cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f3cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 60, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 60, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f3cdb; background: linear-gradient(135deg, #2f3cdb, #952FDB);