#0fdffb
a balanced, electric cyan · cool · closest name: cyan
RGB
15, 223, 251
HSL
187°, 97%, 52%
CMYK
94, 11, 0, 2
Luminance
0.5984
Every format
| HEX | #0fdffb |
| RGB | rgb(15, 223, 251) |
| HSL | hsl(187, 97%, 52%) |
| CMYK | cmyk(94%, 11%, 0%, 2%) |
| LAB | lab(81.8 -34.6 -26.2) |
| LCH | lch(81.8 43.4 217.1) |
| OKLCH | oklch(0.829 0.142 210.9) |
Copy-ready code
/* CSS */
color: #0fdffb;
background-color: #0fdffb;
/* Tailwind (arbitrary) */
class="text-[#0fdffb] bg-[#0fdffb]"
/* SCSS */
$brand: #0fdffb;
/* SwiftUI */
Color(red: 0.059, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#0fdffb")Accessibility — WCAG contrast
Aa
#0fdffb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdffb on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green87.5%
Blue98.4%
CMYK percentages
Cyan94.0%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#0fdffb text on a black background
contrast 12.97:1
Card sample
#0fdffb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdffb;
Background color
Panel with #0fdffb background
background-color: #0fdffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdffb; background: linear-gradient(135deg, #0fdffb, #0F42FB);