#1caccf
a balanced, electric cyan · cool · closest name: skyblue
RGB
28, 172, 207
HSL
192°, 76%, 46%
CMYK
87, 17, 0, 19
Luminance
0.3426
Every format
| HEX | #1caccf |
| RGB | rgb(28, 172, 207) |
| HSL | hsl(192, 76%, 46%) |
| CMYK | cmyk(87%, 17%, 0%, 19%) |
| LAB | lab(65.2 -23.2 -27.8) |
| LCH | lch(65.2 36.2 230.1) |
| OKLCH | oklch(0.690 0.121 220.1) |
Copy-ready code
/* CSS */
color: #1caccf;
background-color: #1caccf;
/* Tailwind (arbitrary) */
class="text-[#1caccf] bg-[#1caccf]"
/* SCSS */
$brand: #1caccf;
/* SwiftUI */
Color(red: 0.110, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#1caccf")Accessibility — WCAG contrast
Aa
#1caccf on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1caccf on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green67.5%
Blue81.2%
CMYK percentages
Cyan86.5%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#1caccf text on a black background
contrast 7.85:1
Card sample
#1caccf text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1caccf;
Background color
Panel with #1caccf background
background-color: #1caccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1caccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1caccf; background: linear-gradient(135deg, #1caccf, #1C35CF);