#0fbccf
a dark, electric cyan · cool · closest name: skyblue
RGB
15, 188, 207
HSL
186°, 87%, 44%
CMYK
93, 9, 0, 19
Luminance
0.4057
Every format
| HEX | #0fbccf |
| RGB | rgb(15, 188, 207) |
| HSL | hsl(186, 87%, 44%) |
| CMYK | cmyk(93%, 9%, 0%, 19%) |
| LAB | lab(69.9 -31.9 -20.6) |
| LCH | lch(69.9 37.9 212.9) |
| OKLCH | oklch(0.728 0.123 207.8) |
Copy-ready code
/* CSS */
color: #0fbccf;
background-color: #0fbccf;
/* Tailwind (arbitrary) */
class="text-[#0fbccf] bg-[#0fbccf]"
/* SCSS */
$brand: #0fbccf;
/* SwiftUI */
Color(red: 0.059, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#0fbccf")Accessibility — WCAG contrast
Aa
#0fbccf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fbccf on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green73.7%
Blue81.2%
CMYK percentages
Cyan92.8%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#0fbccf text on a black background
contrast 9.11:1
Card sample
#0fbccf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fbccf;
Background color
Panel with #0fbccf background
background-color: #0fbccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fbccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fbccf; background: linear-gradient(135deg, #0fbccf, #0F3CCF);