#249fd2
a balanced, vivid cyan · cool · closest name: steelblue
RGB
36, 159, 210
HSL
198°, 71%, 48%
CMYK
83, 24, 0, 18
Luminance
0.2982
Every format
| HEX | #249fd2 |
| RGB | rgb(36, 159, 210) |
| HSL | hsl(198, 71%, 48%) |
| CMYK | cmyk(83%, 24%, 0%, 18%) |
| LAB | lab(61.5 -14.8 -35.1) |
| LCH | lch(61.5 38.1 247.2) |
| OKLCH | oklch(0.661 0.126 232.0) |
Copy-ready code
/* CSS */
color: #249fd2;
background-color: #249fd2;
/* Tailwind (arbitrary) */
class="text-[#249fd2] bg-[#249fd2]"
/* SCSS */
$brand: #249fd2;
/* SwiftUI */
Color(red: 0.141, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#249fd2")Accessibility — WCAG contrast
Aa
#249fd2 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#249fd2 on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green62.4%
Blue82.4%
CMYK percentages
Cyan82.9%
Magenta24.3%
Yellow0.0%
Key (black)17.6%
Color previews
#249fd2 text on a black background
contrast 6.96:1
Card sample
#249fd2 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #249fd2;
Background color
Panel with #249fd2 background
background-color: #249fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #249fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 159, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 159, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #249fd2; background: linear-gradient(135deg, #249fd2, #242BD2);