#229eb7
a dark, vivid cyan · cool · closest name: teal
RGB
34, 158, 183
HSL
190°, 69%, 43%
CMYK
81, 14, 0, 28
Luminance
0.2821
Every format
| HEX | #229eb7 |
| RGB | rgb(34, 158, 183) |
| HSL | hsl(190, 69%, 43%) |
| CMYK | cmyk(81%, 14%, 0%, 28%) |
| LAB | lab(60.1 -23.6 -22.2) |
| LCH | lch(60.1 32.4 223.3) |
| OKLCH | oklch(0.646 0.107 215.4) |
Copy-ready code
/* CSS */
color: #229eb7;
background-color: #229eb7;
/* Tailwind (arbitrary) */
class="text-[#229eb7] bg-[#229eb7]"
/* SCSS */
$brand: #229eb7;
/* SwiftUI */
Color(red: 0.133, green: 0.620, blue: 0.718)
/* Android */
Color.parseColor("#229eb7")Accessibility — WCAG contrast
Aa
#229eb7 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#229eb7 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green62.0%
Blue71.8%
CMYK percentages
Cyan81.4%
Magenta13.7%
Yellow0.0%
Key (black)28.2%
Color previews
#229eb7 text on a black background
contrast 6.64:1
Card sample
#229eb7 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #229eb7;
Background color
Panel with #229eb7 background
background-color: #229eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #229eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 158, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 158, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #229eb7; background: linear-gradient(135deg, #229eb7, #223AB7);