#33e7eb
a balanced, electric cyan · cool · closest name: cyan
RGB
51, 231, 235
HSL
181°, 82%, 56%
CMYK
78, 2, 0, 8
Luminance
0.6385
Every format
| HEX | #33e7eb |
| RGB | rgb(51, 231, 235) |
| HSL | hsl(181, 82%, 56%) |
| CMYK | cmyk(78%, 2%, 0%, 8%) |
| LAB | lab(83.9 -41.0 -14.5) |
| LCH | lch(83.9 43.5 199.4) |
| OKLCH | oklch(0.846 0.136 197.3) |
Copy-ready code
/* CSS */
color: #33e7eb;
background-color: #33e7eb;
/* Tailwind (arbitrary) */
class="text-[#33e7eb] bg-[#33e7eb]"
/* SCSS */
$brand: #33e7eb;
/* SwiftUI */
Color(red: 0.200, green: 0.906, blue: 0.922)
/* Android */
Color.parseColor("#33e7eb")Accessibility — WCAG contrast
Aa
#33e7eb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33e7eb on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green90.6%
Blue92.2%
CMYK percentages
Cyan78.3%
Magenta1.7%
Yellow0.0%
Key (black)7.8%
Color previews
#33e7eb text on a black background
contrast 13.77:1
Card sample
#33e7eb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33e7eb;
Background color
Panel with #33e7eb background
background-color: #33e7eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33e7eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 231, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 231, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33e7eb; background: linear-gradient(135deg, #33e7eb, #336CEB);