#0fdbff
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 219, 255
HSL
189°, 100%, 53%
CMYK
94, 14, 0, 0
Luminance
0.5798
Every format
| HEX | #0fdbff |
| RGB | rgb(15, 219, 255) |
| HSL | hsl(189, 100%, 53%) |
| CMYK | cmyk(94%, 14%, 0%, 0%) |
| LAB | lab(80.7 -31.4 -29.9) |
| LCH | lch(80.7 43.3 223.6) |
| OKLCH | oklch(0.821 0.144 215.5) |
Copy-ready code
/* CSS */
color: #0fdbff;
background-color: #0fdbff;
/* Tailwind (arbitrary) */
class="text-[#0fdbff] bg-[#0fdbff]"
/* SCSS */
$brand: #0fdbff;
/* SwiftUI */
Color(red: 0.059, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#0fdbff")Accessibility — WCAG contrast
Aa
#0fdbff on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fdbff on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green85.9%
Blue100.0%
CMYK percentages
Cyan94.1%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#0fdbff text on a black background
contrast 12.60:1
Card sample
#0fdbff text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fdbff;
Background color
Panel with #0fdbff background
background-color: #0fdbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fdbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fdbff; background: linear-gradient(135deg, #0fdbff, #0F3BFF);