#228299
a dark, vivid cyan · cool · closest name: teal
RGB
34, 130, 153
HSL
192°, 64%, 37%
CMYK
78, 15, 0, 40
Luminance
0.1861
Every format
| HEX | #228299 |
| RGB | rgb(34, 130, 153) |
| HSL | hsl(192, 64%, 37%) |
| CMYK | cmyk(78%, 15%, 0%, 40%) |
| LAB | lab(50.2 -18.9 -20.1) |
| LCH | lch(50.2 27.6 226.7) |
| OKLCH | oklch(0.563 0.091 218.0) |
Copy-ready code
/* CSS */
color: #228299;
background-color: #228299;
/* Tailwind (arbitrary) */
class="text-[#228299] bg-[#228299]"
/* SCSS */
$brand: #228299;
/* SwiftUI */
Color(red: 0.133, green: 0.510, blue: 0.600)
/* Android */
Color.parseColor("#228299")Accessibility — WCAG contrast
Aa
#228299 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#228299 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green51.0%
Blue60.0%
CMYK percentages
Cyan77.8%
Magenta15.0%
Yellow0.0%
Key (black)40.0%
Color previews
#228299 text on a black background
contrast 4.72:1
Card sample
#228299 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #228299;
Background color
Panel with #228299 background
background-color: #228299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #228299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 130, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 130, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #228299; background: linear-gradient(135deg, #228299, #223399);