#33cfd6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
51, 207, 214
HSL
183°, 67%, 52%
CMYK
76, 3, 0, 16
Luminance
0.5018
Every format
| HEX | #33cfd6 |
| RGB | rgb(51, 207, 214) |
| HSL | hsl(183, 67%, 52%) |
| CMYK | cmyk(76%, 3%, 0%, 16%) |
| LAB | lab(76.2 -36.2 -14.8) |
| LCH | lch(76.2 39.1 202.3) |
| OKLCH | oklch(0.781 0.123 199.6) |
Copy-ready code
/* CSS */
color: #33cfd6;
background-color: #33cfd6;
/* Tailwind (arbitrary) */
class="text-[#33cfd6] bg-[#33cfd6]"
/* SCSS */
$brand: #33cfd6;
/* SwiftUI */
Color(red: 0.200, green: 0.812, blue: 0.839)
/* Android */
Color.parseColor("#33cfd6")Accessibility — WCAG contrast
Aa
#33cfd6 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33cfd6 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green81.2%
Blue83.9%
CMYK percentages
Cyan76.2%
Magenta3.3%
Yellow0.0%
Key (black)16.1%
Color previews
#33cfd6 text on a black background
contrast 11.04:1
Card sample
#33cfd6 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33cfd6;
Background color
Panel with #33cfd6 background
background-color: #33cfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33cfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 207, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 207, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33cfd6; background: linear-gradient(135deg, #33cfd6, #3362D6);