#2299ee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
34, 153, 238
HSL
205°, 86%, 53%
CMYK
86, 36, 0, 7
Luminance
0.2930
Every format
| HEX | #2299ee |
| RGB | rgb(34, 153, 238) |
| HSL | hsl(205, 86%, 53%) |
| CMYK | cmyk(86%, 36%, 0%, 7%) |
| LAB | lab(61.0 -1.4 -51.4) |
| LCH | lch(61.0 51.4 268.4) |
| OKLCH | oklch(0.662 0.160 246.3) |
Copy-ready code
/* CSS */
color: #2299ee;
background-color: #2299ee;
/* Tailwind (arbitrary) */
class="text-[#2299ee] bg-[#2299ee]"
/* SCSS */
$brand: #2299ee;
/* SwiftUI */
Color(red: 0.133, green: 0.600, blue: 0.933)
/* Android */
Color.parseColor("#2299ee")Accessibility — WCAG contrast
Aa
#2299ee on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2299ee on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green60.0%
Blue93.3%
CMYK percentages
Cyan85.7%
Magenta35.7%
Yellow0.0%
Key (black)6.7%
Color previews
#2299ee text on a black background
contrast 6.86:1
Card sample
#2299ee text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2299ee;
Background color
Panel with #2299ee background
background-color: #2299ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2299ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 153, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 153, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2299ee; background: linear-gradient(135deg, #2299ee, #3322EE);