#0dfbfa
a balanced, electric cyan · cool · “cyan”
RGB
13, 251, 250
HSL
180°, 97%, 52%
CMYK
95, 0, 0, 2
Luminance
0.7598
Every format
| HEX | #0dfbfa |
| RGB | rgb(13, 251, 250) |
| HSL | hsl(180, 97%, 52%) |
| CMYK | cmyk(95%, 0%, 0%, 2%) |
| LAB | lab(89.8 -47.5 -13.4) |
| LCH | lch(89.8 49.4 195.8) |
| OKLCH | oklch(0.895 0.152 194.3) |
Copy-ready code
/* CSS */
color: #0dfbfa;
background-color: #0dfbfa;
/* Tailwind (arbitrary) */
class="text-[#0dfbfa] bg-[#0dfbfa]"
/* SCSS */
$brand: #0dfbfa;
/* SwiftUI */
Color(red: 0.051, green: 0.984, blue: 0.980)
/* Android */
Color.parseColor("#0dfbfa")Accessibility — WCAG contrast
Aa
#0dfbfa on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfbfa on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green98.4%
Blue98.0%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow0.4%
Key (black)1.6%
Color previews
#0dfbfa text on a black background
contrast 16.20:1
Card sample
#0dfbfa text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfbfa;
Background color
Panel with #0dfbfa background
background-color: #0dfbfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfbfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 251, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 251, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfbfa; background: linear-gradient(135deg, #0dfbfa, #0D5EFB);