#249cd2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
36, 156, 210
HSL
199°, 71%, 48%
CMYK
83, 26, 0, 18
Luminance
0.2881
Every format
| HEX | #249cd2 |
| RGB | rgb(36, 156, 210) |
| HSL | hsl(199, 71%, 48%) |
| CMYK | cmyk(83%, 26%, 0%, 18%) |
| LAB | lab(60.6 -13.1 -36.5) |
| LCH | lch(60.6 38.8 250.3) |
| OKLCH | oklch(0.654 0.127 234.1) |
Copy-ready code
/* CSS */
color: #249cd2;
background-color: #249cd2;
/* Tailwind (arbitrary) */
class="text-[#249cd2] bg-[#249cd2]"
/* SCSS */
$brand: #249cd2;
/* SwiftUI */
Color(red: 0.141, green: 0.612, blue: 0.824)
/* Android */
Color.parseColor("#249cd2")Accessibility — WCAG contrast
Aa
#249cd2 on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#249cd2 on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green61.2%
Blue82.4%
CMYK percentages
Cyan82.9%
Magenta25.7%
Yellow0.0%
Key (black)17.6%
Color previews
#249cd2 text on a black background
contrast 6.76:1
Card sample
#249cd2 text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #249cd2;
Background color
Panel with #249cd2 background
background-color: #249cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #249cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 156, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 156, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #249cd2; background: linear-gradient(135deg, #249cd2, #2428D2);