#33afbc
a balanced, vivid cyan · cool · closest name: teal
RGB
51, 175, 188
HSL
186°, 57%, 47%
CMYK
73, 7, 0, 26
Luminance
0.3499
Every format
| HEX | #33afbc |
| RGB | rgb(51, 175, 188) |
| HSL | hsl(186, 57%, 47%) |
| CMYK | cmyk(73%, 7%, 0%, 26%) |
| LAB | lab(65.7 -28.7 -16.4) |
| LCH | lch(65.7 33.1 209.7) |
| OKLCH | oklch(0.694 0.106 205.4) |
Copy-ready code
/* CSS */
color: #33afbc;
background-color: #33afbc;
/* Tailwind (arbitrary) */
class="text-[#33afbc] bg-[#33afbc]"
/* SCSS */
$brand: #33afbc;
/* SwiftUI */
Color(red: 0.200, green: 0.686, blue: 0.737)
/* Android */
Color.parseColor("#33afbc")Accessibility — WCAG contrast
Aa
#33afbc on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33afbc on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green68.6%
Blue73.7%
CMYK percentages
Cyan72.9%
Magenta6.9%
Yellow0.0%
Key (black)26.3%
Color previews
#33afbc text on a black background
contrast 8.00:1
Card sample
#33afbc text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33afbc;
Background color
Panel with #33afbc background
background-color: #33afbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33afbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 175, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 175, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33afbc; background: linear-gradient(135deg, #33afbc, #3354BC);