#239cd4
a balanced, vivid cyan · cool · closest name: steelblue
RGB
35, 156, 212
HSL
199°, 72%, 48%
CMYK
84, 26, 0, 17
Luminance
0.2889
Every format
| HEX | #239cd4 |
| RGB | rgb(35, 156, 212) |
| HSL | hsl(199, 72%, 48%) |
| CMYK | cmyk(84%, 26%, 0%, 17%) |
| LAB | lab(60.7 -12.5 -37.5) |
| LCH | lch(60.7 39.5 251.6) |
| OKLCH | oklch(0.655 0.130 235.0) |
Copy-ready code
/* CSS */
color: #239cd4;
background-color: #239cd4;
/* Tailwind (arbitrary) */
class="text-[#239cd4] bg-[#239cd4]"
/* SCSS */
$brand: #239cd4;
/* SwiftUI */
Color(red: 0.137, green: 0.612, blue: 0.831)
/* Android */
Color.parseColor("#239cd4")Accessibility — WCAG contrast
Aa
#239cd4 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#239cd4 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green61.2%
Blue83.1%
CMYK percentages
Cyan83.5%
Magenta26.4%
Yellow0.0%
Key (black)16.9%
Color previews
#239cd4 text on a black background
contrast 6.78:1
Card sample
#239cd4 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #239cd4;
Background color
Panel with #239cd4 background
background-color: #239cd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #239cd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 156, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 156, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #239cd4; background: linear-gradient(135deg, #239cd4, #2326D4);