#1cbfef
a balanced, electric cyan · cool · closest name: skyblue
RGB
28, 191, 239
HSL
194°, 87%, 52%
CMYK
88, 20, 0, 6
Luminance
0.4374
Every format
| HEX | #1cbfef |
| RGB | rgb(28, 191, 239) |
| HSL | hsl(194, 87%, 52%) |
| CMYK | cmyk(88%, 20%, 0%, 6%) |
| LAB | lab(72.0 -22.2 -34.7) |
| LCH | lch(72.0 41.2 237.3) |
| OKLCH | oklch(0.750 0.138 225.0) |
Copy-ready code
/* CSS */
color: #1cbfef;
background-color: #1cbfef;
/* Tailwind (arbitrary) */
class="text-[#1cbfef] bg-[#1cbfef]"
/* SCSS */
$brand: #1cbfef;
/* SwiftUI */
Color(red: 0.110, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#1cbfef")Accessibility — WCAG contrast
Aa
#1cbfef on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1cbfef on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red11.0%
Green74.9%
Blue93.7%
CMYK percentages
Cyan88.3%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#1cbfef text on a black background
contrast 9.75:1
Card sample
#1cbfef text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1cbfef;
Background color
Panel with #1cbfef background
background-color: #1cbfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1cbfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(28, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(28, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1cbfef; background: linear-gradient(135deg, #1cbfef, #1C33EF);