#249eb4
a dark, vivid cyan · cool · closest name: teal
RGB
36, 158, 180
HSL
189°, 67%, 42%
CMYK
80, 12, 0, 29
Luminance
0.2812
Every format
| HEX | #249eb4 |
| RGB | rgb(36, 158, 180) |
| HSL | hsl(189, 67%, 42%) |
| CMYK | cmyk(80%, 12%, 0%, 29%) |
| LAB | lab(60.0 -24.4 -20.6) |
| LCH | lch(60.0 31.9 220.2) |
| OKLCH | oklch(0.645 0.105 213.2) |
Copy-ready code
/* CSS */
color: #249eb4;
background-color: #249eb4;
/* Tailwind (arbitrary) */
class="text-[#249eb4] bg-[#249eb4]"
/* SCSS */
$brand: #249eb4;
/* SwiftUI */
Color(red: 0.141, green: 0.620, blue: 0.706)
/* Android */
Color.parseColor("#249eb4")Accessibility — WCAG contrast
Aa
#249eb4 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#249eb4 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green62.0%
Blue70.6%
CMYK percentages
Cyan80.0%
Magenta12.2%
Yellow0.0%
Key (black)29.4%
Color previews
#249eb4 text on a black background
contrast 6.62:1
Card sample
#249eb4 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #249eb4;
Background color
Panel with #249eb4 background
background-color: #249eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #249eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 158, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 158, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #249eb4; background: linear-gradient(135deg, #249eb4, #243EB4);