#33fccc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
51, 252, 204
HSL
166°, 97%, 59%
CMYK
80, 0, 19, 1
Luminance
0.7468
Every format
| HEX | #33fccc |
| RGB | rgb(51, 252, 204) |
| HSL | hsl(166, 97%, 59%) |
| CMYK | cmyk(80%, 0%, 19%, 1%) |
| LAB | lab(89.2 -58.0 9.6) |
| LCH | lch(89.2 58.8 170.6) |
| OKLCH | oklch(0.887 0.164 171.4) |
Copy-ready code
/* CSS */
color: #33fccc;
background-color: #33fccc;
/* Tailwind (arbitrary) */
class="text-[#33fccc] bg-[#33fccc]"
/* SCSS */
$brand: #33fccc;
/* SwiftUI */
Color(red: 0.200, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#33fccc")Accessibility — WCAG contrast
Aa
#33fccc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33fccc on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green98.8%
Blue80.0%
CMYK percentages
Cyan79.8%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#33fccc text on a black background
contrast 15.94:1
Card sample
#33fccc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33fccc;
Background color
Panel with #33fccc background
background-color: #33fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33fccc; background: linear-gradient(135deg, #33fccc, #33A6FC);