#1fbceb
a balanced, electric cyan · cool · closest name: skyblue
RGB
31, 188, 235
HSL
194°, 84%, 52%
CMYK
87, 20, 0, 8
Luminance
0.4226
Every format
| HEX | #1fbceb |
| RGB | rgb(31, 188, 235) |
| HSL | hsl(194, 84%, 52%) |
| CMYK | cmyk(87%, 20%, 0%, 8%) |
| LAB | lab(71.0 -21.9 -34.1) |
| LCH | lch(71.0 40.5 237.3) |
| OKLCH | oklch(0.741 0.135 225.1) |
Copy-ready code
/* CSS */
color: #1fbceb;
background-color: #1fbceb;
/* Tailwind (arbitrary) */
class="text-[#1fbceb] bg-[#1fbceb]"
/* SCSS */
$brand: #1fbceb;
/* SwiftUI */
Color(red: 0.122, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#1fbceb")Accessibility — WCAG contrast
Aa
#1fbceb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fbceb on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green73.7%
Blue92.2%
CMYK percentages
Cyan86.8%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#1fbceb text on a black background
contrast 9.45:1
Card sample
#1fbceb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fbceb;
Background color
Panel with #1fbceb background
background-color: #1fbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fbceb; background: linear-gradient(135deg, #1fbceb, #1F34EB);