#239cbf
a dark, vivid cyan · cool · closest name: steelblue
RGB
35, 156, 191
HSL
194°, 69%, 44%
CMYK
82, 18, 0, 25
Luminance
0.2790
Every format
| HEX | #239cbf |
| RGB | rgb(35, 156, 191) |
| HSL | hsl(194, 69%, 44%) |
| CMYK | cmyk(82%, 18%, 0%, 25%) |
| LAB | lab(59.8 -19.8 -27.1) |
| LCH | lch(59.8 33.6 233.9) |
| OKLCH | oklch(0.645 0.112 222.9) |
Copy-ready code
/* CSS */
color: #239cbf;
background-color: #239cbf;
/* Tailwind (arbitrary) */
class="text-[#239cbf] bg-[#239cbf]"
/* SCSS */
$brand: #239cbf;
/* SwiftUI */
Color(red: 0.137, green: 0.612, blue: 0.749)
/* Android */
Color.parseColor("#239cbf")Accessibility — WCAG contrast
Aa
#239cbf on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#239cbf on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green61.2%
Blue74.9%
CMYK percentages
Cyan81.7%
Magenta18.3%
Yellow0.0%
Key (black)25.1%
Color previews
#239cbf text on a black background
contrast 6.58:1
Card sample
#239cbf text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #239cbf;
Background color
Panel with #239cbf background
background-color: #239cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #239cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 156, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 156, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #239cbf; background: linear-gradient(135deg, #239cbf, #2334BF);