#33ffcc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
51, 255, 204
HSL
165°, 100%, 60%
CMYK
80, 0, 20, 0
Luminance
0.7658
Every format
| HEX | #33ffcc |
| RGB | rgb(51, 255, 204) |
| HSL | hsl(165, 100%, 60%) |
| CMYK | cmyk(80%, 0%, 20%, 0%) |
| LAB | lab(90.1 -59.2 10.9) |
| LCH | lch(90.1 60.2 169.6) |
| OKLCH | oklch(0.894 0.168 170.5) |
Copy-ready code
/* CSS */
color: #33ffcc;
background-color: #33ffcc;
/* Tailwind (arbitrary) */
class="text-[#33ffcc] bg-[#33ffcc]"
/* SCSS */
$brand: #33ffcc;
/* SwiftUI */
Color(red: 0.200, green: 1.000, blue: 0.800)
/* Android */
Color.parseColor("#33ffcc")Accessibility — WCAG contrast
Aa
#33ffcc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33ffcc on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green100.0%
Blue80.0%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow20.0%
Key (black)0.0%
Color previews
#33ffcc text on a black background
contrast 16.32:1
Card sample
#33ffcc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33ffcc;
Background color
Panel with #33ffcc background
background-color: #33ffcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33ffcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 255, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 255, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33ffcc; background: linear-gradient(135deg, #33ffcc, #33AAFF);