#22aabb
a dark, vivid cyan · cool · closest name: teal
RGB
34, 170, 187
HSL
187°, 69%, 43%
CMYK
82, 9, 0, 27
Luminance
0.3268
Every format
| HEX | #22aabb |
| RGB | rgb(34, 170, 187) |
| HSL | hsl(187, 69%, 43%) |
| CMYK | cmyk(82%, 9%, 0%, 27%) |
| LAB | lab(63.9 -28.4 -18.6) |
| LCH | lch(63.9 33.9 213.3) |
| OKLCH | oklch(0.678 0.110 208.1) |
Copy-ready code
/* CSS */
color: #22aabb;
background-color: #22aabb;
/* Tailwind (arbitrary) */
class="text-[#22aabb] bg-[#22aabb]"
/* SCSS */
$brand: #22aabb;
/* SwiftUI */
Color(red: 0.133, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#22aabb")Accessibility — WCAG contrast
Aa
#22aabb on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#22aabb on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green66.7%
Blue73.3%
CMYK percentages
Cyan81.8%
Magenta9.1%
Yellow0.0%
Key (black)26.7%
Color previews
#22aabb text on a black background
contrast 7.54:1
Card sample
#22aabb text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22aabb;
Background color
Panel with #22aabb background
background-color: #22aabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22aabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22aabb; background: linear-gradient(135deg, #22aabb, #2244BB);