#0fd4ec
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 212, 236
HSL
187°, 88%, 49%
CMYK
94, 10, 0, 8
Luminance
0.5324
Every format
| HEX | #0fd4ec |
| RGB | rgb(15, 212, 236) |
| HSL | hsl(187, 88%, 49%) |
| CMYK | cmyk(94%, 10%, 0%, 8%) |
| LAB | lab(78.0 -34.1 -23.9) |
| LCH | lch(78.0 41.6 215.0) |
| OKLCH | oklch(0.797 0.136 209.3) |
Copy-ready code
/* CSS */
color: #0fd4ec;
background-color: #0fd4ec;
/* Tailwind (arbitrary) */
class="text-[#0fd4ec] bg-[#0fd4ec]"
/* SCSS */
$brand: #0fd4ec;
/* SwiftUI */
Color(red: 0.059, green: 0.831, blue: 0.925)
/* Android */
Color.parseColor("#0fd4ec")Accessibility — WCAG contrast
Aa
#0fd4ec on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fd4ec on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green83.1%
Blue92.5%
CMYK percentages
Cyan93.6%
Magenta10.2%
Yellow0.0%
Key (black)7.5%
Color previews
#0fd4ec text on a black background
contrast 11.65:1
Card sample
#0fd4ec text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fd4ec;
Background color
Panel with #0fd4ec background
background-color: #0fd4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fd4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 212, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 212, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fd4ec; background: linear-gradient(135deg, #0fd4ec, #0F41EC);