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