#0dfccb
a balanced, electric cyan · cool · closest name: aquamarine
RGB
13, 252, 203
HSL
168°, 98%, 52%
CMYK
95, 0, 19, 1
Luminance
0.7402
Every format
| HEX | #0dfccb |
| RGB | rgb(13, 252, 203) |
| HSL | hsl(168, 98%, 52%) |
| CMYK | cmyk(95%, 0%, 19%, 1%) |
| LAB | lab(88.9 -60.4 9.7) |
| LCH | lch(88.9 61.2 170.9) |
| OKLCH | oklch(0.883 0.171 171.7) |
Copy-ready code
/* CSS */
color: #0dfccb;
background-color: #0dfccb;
/* Tailwind (arbitrary) */
class="text-[#0dfccb] bg-[#0dfccb]"
/* SCSS */
$brand: #0dfccb;
/* SwiftUI */
Color(red: 0.051, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#0dfccb")Accessibility — WCAG contrast
Aa
#0dfccb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfccb on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green98.8%
Blue79.6%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#0dfccb text on a black background
contrast 15.80:1
Card sample
#0dfccb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfccb;
Background color
Panel with #0dfccb background
background-color: #0dfccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfccb; background: linear-gradient(135deg, #0dfccb, #0D8EFC);