#2f8cdd
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
47, 140, 221
HSL
208°, 72%, 53%
CMYK
79, 37, 0, 13
Luminance
0.2458
Every format
| HEX | #2f8cdd |
| RGB | rgb(47, 140, 221) |
| HSL | hsl(208, 72%, 53%) |
| CMYK | cmyk(79%, 37%, 0%, 13%) |
| LAB | lab(56.7 1.1 -48.9) |
| LCH | lch(56.7 48.9 271.2) |
| OKLCH | oklch(0.625 0.149 249.2) |
Copy-ready code
/* CSS */
color: #2f8cdd;
background-color: #2f8cdd;
/* Tailwind (arbitrary) */
class="text-[#2f8cdd] bg-[#2f8cdd]"
/* SCSS */
$brand: #2f8cdd;
/* SwiftUI */
Color(red: 0.184, green: 0.549, blue: 0.867)
/* Android */
Color.parseColor("#2f8cdd")Accessibility — WCAG contrast
Aa
#2f8cdd on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f8cdd on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green54.9%
Blue86.7%
CMYK percentages
Cyan78.7%
Magenta36.7%
Yellow0.0%
Key (black)13.3%
Color previews
#2f8cdd text on a black background
contrast 5.92:1
Card sample
#2f8cdd text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f8cdd;
Background color
Panel with #2f8cdd background
background-color: #2f8cdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f8cdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 140, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 140, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f8cdd; background: linear-gradient(135deg, #2f8cdd, #462FDD);