#2f9bee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
47, 155, 238
HSL
206°, 85%, 56%
CMYK
80, 35, 0, 7
Luminance
0.3022
Every format
| HEX | #2f9bee |
| RGB | rgb(47, 155, 238) |
| HSL | hsl(206, 85%, 56%) |
| CMYK | cmyk(80%, 35%, 0%, 7%) |
| LAB | lab(61.8 -1.6 -50.1) |
| LCH | lch(61.8 50.1 268.2) |
| OKLCH | oklch(0.669 0.155 246.8) |
Copy-ready code
/* CSS */
color: #2f9bee;
background-color: #2f9bee;
/* Tailwind (arbitrary) */
class="text-[#2f9bee] bg-[#2f9bee]"
/* SCSS */
$brand: #2f9bee;
/* SwiftUI */
Color(red: 0.184, green: 0.608, blue: 0.933)
/* Android */
Color.parseColor("#2f9bee")Accessibility — WCAG contrast
Aa
#2f9bee on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2f9bee on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green60.8%
Blue93.3%
CMYK percentages
Cyan80.3%
Magenta34.9%
Yellow0.0%
Key (black)6.7%
Color previews
#2f9bee text on a black background
contrast 7.04:1
Card sample
#2f9bee text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9bee;
Background color
Panel with #2f9bee background
background-color: #2f9bee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9bee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 155, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 155, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9bee; background: linear-gradient(135deg, #2f9bee, #422FEE);