#0fbaeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
15, 186, 235
HSL
193°, 88%, 49%
CMYK
94, 21, 0, 8
Luminance
0.4122
Every format
| HEX | #0fbaeb |
| RGB | rgb(15, 186, 235) |
| HSL | hsl(193, 88%, 49%) |
| CMYK | cmyk(94%, 21%, 0%, 8%) |
| LAB | lab(70.3 -21.6 -35.2) |
| LCH | lch(70.3 41.3 238.5) |
| OKLCH | oklch(0.735 0.138 225.7) |
Copy-ready code
/* CSS */
color: #0fbaeb;
background-color: #0fbaeb;
/* Tailwind (arbitrary) */
class="text-[#0fbaeb] bg-[#0fbaeb]"
/* SCSS */
$brand: #0fbaeb;
/* SwiftUI */
Color(red: 0.059, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#0fbaeb")Accessibility — WCAG contrast
Aa
#0fbaeb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0fbaeb on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green72.9%
Blue92.2%
CMYK percentages
Cyan93.6%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#0fbaeb text on a black background
contrast 9.24:1
Card sample
#0fbaeb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0fbaeb;
Background color
Panel with #0fbaeb background
background-color: #0fbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0fbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0fbaeb; background: linear-gradient(135deg, #0fbaeb, #0F27EB);