#33aabb
a balanced, vivid cyan · cool · closest name: teal
RGB
51, 170, 187
HSL
188°, 57%, 47%
CMYK
73, 9, 0, 27
Luminance
0.3304
Every format
| HEX | #33aabb |
| RGB | rgb(51, 170, 187) |
| HSL | hsl(188, 57%, 47%) |
| CMYK | cmyk(73%, 9%, 0%, 27%) |
| LAB | lab(64.2 -26.6 -18.1) |
| LCH | lch(64.2 32.2 214.3) |
| OKLCH | oklch(0.681 0.104 209.0) |
Copy-ready code
/* CSS */
color: #33aabb;
background-color: #33aabb;
/* Tailwind (arbitrary) */
class="text-[#33aabb] bg-[#33aabb]"
/* SCSS */
$brand: #33aabb;
/* SwiftUI */
Color(red: 0.200, green: 0.667, blue: 0.733)
/* Android */
Color.parseColor("#33aabb")Accessibility — WCAG contrast
Aa
#33aabb on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33aabb on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green66.7%
Blue73.3%
CMYK percentages
Cyan72.7%
Magenta9.1%
Yellow0.0%
Key (black)26.7%
Color previews
#33aabb text on a black background
contrast 7.61:1
Card sample
#33aabb text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33aabb;
Background color
Panel with #33aabb background
background-color: #33aabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33aabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 170, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 170, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33aabb; background: linear-gradient(135deg, #33aabb, #334FBB);