#0fbfdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 191, 223
HSL
189°, 87%, 47%
CMYK
93, 14, 0, 13
Luminance
0.4269
Every format
| HEX | #0fbfdf |
| RGB | rgb(15, 191, 223) |
| HSL | hsl(189, 87%, 47%) |
| CMYK | cmyk(93%, 14%, 0%, 13%) |
| LAB | lab(71.3 -28.1 -27.1) |
| LCH | lch(71.3 39.0 223.9) |
| OKLCH | oklch(0.742 0.130 215.7) |
Copy-ready code
/* CSS */
color: #0fbfdf;
background-color: #0fbfdf;
/* Tailwind (arbitrary) */
class="text-[#0fbfdf] bg-[#0fbfdf]"
/* SCSS */
$brand: #0fbfdf;
/* SwiftUI */
Color(red: 0.059, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#0fbfdf")Accessibility — WCAG contrast
Aa
#0fbfdf on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fbfdf on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green74.9%
Blue87.5%
CMYK percentages
Cyan93.3%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#0fbfdf text on a black background
contrast 9.54:1
Card sample
#0fbfdf text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fbfdf;
Background color
Panel with #0fbfdf background
background-color: #0fbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fbfdf; background: linear-gradient(135deg, #0fbfdf, #0F34DF);