#1cbfdf
a balanced, electric cyan · cool · closest name: skyblue
RGB
28, 191, 223
HSL
190°, 78%, 49%
CMYK
87, 14, 0, 13
Luminance
0.4284
Every format
| HEX | #1cbfdf |
| RGB | rgb(28, 191, 223) |
| HSL | hsl(190, 78%, 49%) |
| CMYK | cmyk(87%, 14%, 0%, 13%) |
| LAB | lab(71.4 -27.5 -26.9) |
| LCH | lch(71.4 38.5 224.4) |
| OKLCH | oklch(0.743 0.128 216.1) |
Copy-ready code
/* CSS */
color: #1cbfdf;
background-color: #1cbfdf;
/* Tailwind (arbitrary) */
class="text-[#1cbfdf] bg-[#1cbfdf]"
/* SCSS */
$brand: #1cbfdf;
/* SwiftUI */
Color(red: 0.110, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#1cbfdf")Accessibility — WCAG contrast
Aa
#1cbfdf on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cbfdf on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green74.9%
Blue87.5%
CMYK percentages
Cyan87.4%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#1cbfdf text on a black background
contrast 9.57:1
Card sample
#1cbfdf text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cbfdf;
Background color
Panel with #1cbfdf background
background-color: #1cbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cbfdf; background: linear-gradient(135deg, #1cbfdf, #1C3DDF);