#249fba
a dark, vivid cyan · cool · closest name: teal
RGB
36, 159, 186
HSL
191°, 68%, 44%
CMYK
81, 15, 0, 27
Luminance
0.2872
Every format
| HEX | #249fba |
| RGB | rgb(36, 159, 186) |
| HSL | hsl(191, 68%, 44%) |
| CMYK | cmyk(81%, 15%, 0%, 27%) |
| LAB | lab(60.5 -22.9 -23.2) |
| LCH | lch(60.5 32.6 225.3) |
| OKLCH | oklch(0.650 0.108 216.9) |
Copy-ready code
/* CSS */
color: #249fba;
background-color: #249fba;
/* Tailwind (arbitrary) */
class="text-[#249fba] bg-[#249fba]"
/* SCSS */
$brand: #249fba;
/* SwiftUI */
Color(red: 0.141, green: 0.624, blue: 0.729)
/* Android */
Color.parseColor("#249fba")Accessibility — WCAG contrast
Aa
#249fba on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#249fba on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green62.4%
Blue72.9%
CMYK percentages
Cyan80.6%
Magenta14.5%
Yellow0.0%
Key (black)27.1%
Color previews
#249fba text on a black background
contrast 6.74:1
Card sample
#249fba text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #249fba;
Background color
Panel with #249fba background
background-color: #249fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #249fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 159, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 159, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #249fba; background: linear-gradient(135deg, #249fba, #243BBA);