#239bba
a dark, vivid cyan · cool · closest name: steelblue
RGB
35, 155, 186
HSL
192°, 68%, 43%
CMYK
81, 17, 0, 27
Luminance
0.2735
Every format
| HEX | #239bba |
| RGB | rgb(35, 155, 186) |
| HSL | hsl(192, 68%, 43%) |
| CMYK | cmyk(81%, 17%, 0%, 27%) |
| LAB | lab(59.3 -20.9 -25.1) |
| LCH | lch(59.3 32.7 230.2) |
| OKLCH | oklch(0.640 0.109 220.3) |
Copy-ready code
/* CSS */
color: #239bba;
background-color: #239bba;
/* Tailwind (arbitrary) */
class="text-[#239bba] bg-[#239bba]"
/* SCSS */
$brand: #239bba;
/* SwiftUI */
Color(red: 0.137, green: 0.608, blue: 0.729)
/* Android */
Color.parseColor("#239bba")Accessibility — WCAG contrast
Aa
#239bba on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#239bba on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green60.8%
Blue72.9%
CMYK percentages
Cyan81.2%
Magenta16.7%
Yellow0.0%
Key (black)27.1%
Color previews
#239bba text on a black background
contrast 6.47:1
Card sample
#239bba text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #239bba;
Background color
Panel with #239bba background
background-color: #239bba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #239bba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 155, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 155, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #239bba; background: linear-gradient(135deg, #239bba, #2336BA);