#83cfee
a light, electric cyan · cool · “skyblue”
RGB
131, 207, 238
HSL
197°, 76%, 72%
CMYK
45, 13, 0, 7
Luminance
0.5562
Every format
| HEX | #83cfee |
| RGB | rgb(131, 207, 238) |
| HSL | hsl(197, 76%, 72%) |
| CMYK | cmyk(45%, 13%, 0%, 7%) |
| LAB | lab(79.4 -15.5 -22.6) |
| LCH | lch(79.4 27.4 235.5) |
| OKLCH | oklch(0.816 0.087 225.9) |
Copy-ready code
/* CSS */
color: #83cfee;
background-color: #83cfee;
/* Tailwind (arbitrary) */
class="text-[#83cfee] bg-[#83cfee]"
/* SCSS */
$brand: #83cfee;
/* SwiftUI */
Color(red: 0.514, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#83cfee")Accessibility — WCAG contrast
Aa
#83cfee on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cfee on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green81.2%
Blue93.3%
CMYK percentages
Cyan45.0%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#83cfee text on a black background
contrast 12.12:1
Card sample
#83cfee text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cfee;
Background color
Panel with #83cfee background
background-color: #83cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cfee; background: linear-gradient(135deg, #83cfee, #8388EE);