#33eedd
a balanced, electric cyan · cool · closest name: turquoise
RGB
51, 238, 221
HSL
175°, 85%, 57%
CMYK
79, 0, 7, 7
Luminance
0.6707
Every format
| HEX | #33eedd |
| RGB | rgb(51, 238, 221) |
| HSL | hsl(175, 85%, 57%) |
| CMYK | cmyk(79%, 0%, 7%, 7%) |
| LAB | lab(85.5 -48.0 -4.6) |
| LCH | lch(85.5 48.2 185.5) |
| OKLCH | oklch(0.858 0.142 185.3) |
Copy-ready code
/* CSS */
color: #33eedd;
background-color: #33eedd;
/* Tailwind (arbitrary) */
class="text-[#33eedd] bg-[#33eedd]"
/* SCSS */
$brand: #33eedd;
/* SwiftUI */
Color(red: 0.200, green: 0.933, blue: 0.867)
/* Android */
Color.parseColor("#33eedd")Accessibility — WCAG contrast
Aa
#33eedd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#33eedd on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green93.3%
Blue86.7%
CMYK percentages
Cyan78.6%
Magenta0.0%
Yellow7.1%
Key (black)6.7%
Color previews
#33eedd text on a black background
contrast 14.41:1
Card sample
#33eedd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33eedd;
Background color
Panel with #33eedd background
background-color: #33eedd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33eedd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 238, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 238, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33eedd; background: linear-gradient(135deg, #33eedd, #3383EE);