#19b6cf
a balanced, electric cyan · cool · closest name: skyblue
RGB
25, 182, 207
HSL
188°, 78%, 46%
CMYK
88, 12, 0, 19
Luminance
0.3817
Every format
| HEX | #19b6cf |
| RGB | rgb(25, 182, 207) |
| HSL | hsl(188, 78%, 46%) |
| CMYK | cmyk(88%, 12%, 0%, 19%) |
| LAB | lab(68.1 -28.5 -23.2) |
| LCH | lch(68.1 36.7 219.2) |
| OKLCH | oklch(0.714 0.121 212.4) |
Copy-ready code
/* CSS */
color: #19b6cf;
background-color: #19b6cf;
/* Tailwind (arbitrary) */
class="text-[#19b6cf] bg-[#19b6cf]"
/* SCSS */
$brand: #19b6cf;
/* SwiftUI */
Color(red: 0.098, green: 0.714, blue: 0.812)
/* Android */
Color.parseColor("#19b6cf")Accessibility — WCAG contrast
Aa
#19b6cf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#19b6cf on black: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.8%
Green71.4%
Blue81.2%
CMYK percentages
Cyan87.9%
Magenta12.1%
Yellow0.0%
Key (black)18.8%
Color previews
#19b6cf text on a black background
contrast 8.63:1
Card sample
#19b6cf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #19b6cf;
Background color
Panel with #19b6cf background
background-color: #19b6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #19b6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(25, 182, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(25, 182, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #19b6cf; background: linear-gradient(135deg, #19b6cf, #193DCF);