#0dfceb
a balanced, electric cyan · cool · closest name: cyan
RGB
13, 252, 235
HSL
176°, 98%, 52%
CMYK
95, 0, 7, 1
Luminance
0.7570
Every format
| HEX | #0dfceb |
| RGB | rgb(13, 252, 235) |
| HSL | hsl(176, 98%, 52%) |
| CMYK | cmyk(95%, 0%, 7%, 1%) |
| LAB | lab(89.7 -52.1 -5.8) |
| LCH | lch(89.7 52.5 186.4) |
| OKLCH | oklch(0.892 0.155 186.1) |
Copy-ready code
/* CSS */
color: #0dfceb;
background-color: #0dfceb;
/* Tailwind (arbitrary) */
class="text-[#0dfceb] bg-[#0dfceb]"
/* SCSS */
$brand: #0dfceb;
/* SwiftUI */
Color(red: 0.051, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#0dfceb")Accessibility — WCAG contrast
Aa
#0dfceb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfceb on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green98.8%
Blue92.2%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#0dfceb text on a black background
contrast 16.14:1
Card sample
#0dfceb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfceb;
Background color
Panel with #0dfceb background
background-color: #0dfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfceb; background: linear-gradient(135deg, #0dfceb, #0D6EFC);