#0fdfee
a balanced, electric cyan · cool · closest name: cyan
RGB
15, 223, 238
HSL
184°, 88%, 50%
CMYK
94, 6, 0, 7
Luminance
0.5905
Every format
| HEX | #0fdfee |
| RGB | rgb(15, 223, 238) |
| HSL | hsl(184, 88%, 50%) |
| CMYK | cmyk(94%, 6%, 0%, 7%) |
| LAB | lab(81.3 -38.6 -19.9) |
| LCH | lch(81.3 43.5 207.3) |
| OKLCH | oklch(0.824 0.139 203.5) |
Copy-ready code
/* CSS */
color: #0fdfee;
background-color: #0fdfee;
/* Tailwind (arbitrary) */
class="text-[#0fdfee] bg-[#0fdfee]"
/* SCSS */
$brand: #0fdfee;
/* SwiftUI */
Color(red: 0.059, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#0fdfee")Accessibility — WCAG contrast
Aa
#0fdfee on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdfee on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green87.5%
Blue93.3%
CMYK percentages
Cyan93.7%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#0fdfee text on a black background
contrast 12.81:1
Card sample
#0fdfee text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdfee;
Background color
Panel with #0fdfee background
background-color: #0fdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdfee; background: linear-gradient(135deg, #0fdfee, #0F4AEE);