#0fc4da
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 196, 218
HSL
187°, 87%, 46%
CMYK
93, 10, 0, 15
Luminance
0.4464
Every format
| HEX | #0fc4da |
| RGB | rgb(15, 196, 218) |
| HSL | hsl(187, 87%, 46%) |
| CMYK | cmyk(93%, 10%, 0%, 15%) |
| LAB | lab(72.7 -32.2 -22.4) |
| LCH | lch(72.7 39.2 214.8) |
| OKLCH | oklch(0.752 0.128 209.2) |
Copy-ready code
/* CSS */
color: #0fc4da;
background-color: #0fc4da;
/* Tailwind (arbitrary) */
class="text-[#0fc4da] bg-[#0fc4da]"
/* SCSS */
$brand: #0fc4da;
/* SwiftUI */
Color(red: 0.059, green: 0.769, blue: 0.855)
/* Android */
Color.parseColor("#0fc4da")Accessibility — WCAG contrast
Aa
#0fc4da on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fc4da on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green76.9%
Blue85.5%
CMYK percentages
Cyan93.1%
Magenta10.1%
Yellow0.0%
Key (black)14.5%
Color previews
#0fc4da text on a black background
contrast 9.93:1
Card sample
#0fc4da text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fc4da;
Background color
Panel with #0fc4da background
background-color: #0fc4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fc4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 196, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 196, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fc4da; background: linear-gradient(135deg, #0fc4da, #0F3DDA);