#0fcfee
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 207, 238
HSL
188°, 88%, 50%
CMYK
94, 13, 0, 7
Luminance
0.5090
Every format
| HEX | #0fcfee |
| RGB | rgb(15, 207, 238) |
| HSL | hsl(188, 88%, 50%) |
| CMYK | cmyk(94%, 13%, 0%, 7%) |
| LAB | lab(76.6 -31.1 -27.1) |
| LCH | lch(76.6 41.2 221.1) |
| OKLCH | oklch(0.786 0.137 213.7) |
Copy-ready code
/* CSS */
color: #0fcfee;
background-color: #0fcfee;
/* Tailwind (arbitrary) */
class="text-[#0fcfee] bg-[#0fcfee]"
/* SCSS */
$brand: #0fcfee;
/* SwiftUI */
Color(red: 0.059, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#0fcfee")Accessibility — WCAG contrast
Aa
#0fcfee on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fcfee on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green81.2%
Blue93.3%
CMYK percentages
Cyan93.7%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#0fcfee text on a black background
contrast 11.18:1
Card sample
#0fcfee text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fcfee;
Background color
Panel with #0fcfee background
background-color: #0fcfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fcfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fcfee; background: linear-gradient(135deg, #0fcfee, #0F3BEE);