#18bace
a balanced, electric cyan · cool · closest name: skyblue
RGB
24, 186, 206
HSL
187°, 79%, 45%
CMYK
88, 10, 0, 19
Luminance
0.3977
Every format
| HEX | #18bace |
| RGB | rgb(24, 186, 206) |
| HSL | hsl(187, 79%, 45%) |
| CMYK | cmyk(88%, 10%, 0%, 19%) |
| LAB | lab(69.3 -30.8 -20.9) |
| LCH | lch(69.3 37.2 214.2) |
| OKLCH | oklch(0.723 0.121 208.7) |
Copy-ready code
/* CSS */
color: #18bace;
background-color: #18bace;
/* Tailwind (arbitrary) */
class="text-[#18bace] bg-[#18bace]"
/* SCSS */
$brand: #18bace;
/* SwiftUI */
Color(red: 0.094, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#18bace")Accessibility — WCAG contrast
Aa
#18bace on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#18bace on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.4%
Green72.9%
Blue80.8%
CMYK percentages
Cyan88.3%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#18bace text on a black background
contrast 8.95:1
Card sample
#18bace text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #18bace;
Background color
Panel with #18bace background
background-color: #18bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #18bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(24, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(24, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #18bace; background: linear-gradient(135deg, #18bace, #1841CE);