#33f4cd
a balanced, electric cyan · cool · closest name: aquamarine
RGB
51, 244, 205
HSL
168°, 90%, 58%
CMYK
79, 0, 16, 4
Luminance
0.6981
Every format
| HEX | #33f4cd |
| RGB | rgb(51, 244, 205) |
| HSL | hsl(168, 90%, 58%) |
| CMYK | cmyk(79%, 0%, 16%, 4%) |
| LAB | lab(86.9 -54.6 5.7) |
| LCH | lch(86.9 54.9 174.0) |
| OKLCH | oklch(0.868 0.155 174.7) |
Copy-ready code
/* CSS */
color: #33f4cd;
background-color: #33f4cd;
/* Tailwind (arbitrary) */
class="text-[#33f4cd] bg-[#33f4cd]"
/* SCSS */
$brand: #33f4cd;
/* SwiftUI */
Color(red: 0.200, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#33f4cd")Accessibility — WCAG contrast
Aa
#33f4cd on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33f4cd on black: 14.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green95.7%
Blue80.4%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow16.0%
Key (black)4.3%
Color previews
#33f4cd text on a black background
contrast 14.96:1
Card sample
#33f4cd text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33f4cd;
Background color
Panel with #33f4cd background
background-color: #33f4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33f4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33f4cd; background: linear-gradient(135deg, #33f4cd, #339AF4);