#0dfbef
a balanced, electric cyan · cool · closest name: cyan
RGB
13, 251, 239
HSL
177°, 97%, 52%
CMYK
95, 0, 5, 2
Luminance
0.7531
Every format
| HEX | #0dfbef |
| RGB | rgb(13, 251, 239) |
| HSL | hsl(177, 97%, 52%) |
| CMYK | cmyk(95%, 0%, 5%, 2%) |
| LAB | lab(89.5 -50.6 -8.2) |
| LCH | lch(89.5 51.3 189.2) |
| OKLCH | oklch(0.891 0.154 188.6) |
Copy-ready code
/* CSS */
color: #0dfbef;
background-color: #0dfbef;
/* Tailwind (arbitrary) */
class="text-[#0dfbef] bg-[#0dfbef]"
/* SCSS */
$brand: #0dfbef;
/* SwiftUI */
Color(red: 0.051, green: 0.984, blue: 0.937)
/* Android */
Color.parseColor("#0dfbef")Accessibility — WCAG contrast
Aa
#0dfbef on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0dfbef on black: 16.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.1%
Green98.4%
Blue93.7%
CMYK percentages
Cyan94.8%
Magenta0.0%
Yellow4.8%
Key (black)1.6%
Color previews
#0dfbef text on a black background
contrast 16.06:1
Card sample
#0dfbef text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0dfbef;
Background color
Panel with #0dfbef background
background-color: #0dfbef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0dfbef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(13, 251, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(13, 251, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0dfbef; background: linear-gradient(135deg, #0dfbef, #0D68FB);