#83cfd3
a light, vivid cyan · cool · closest name: skyblue
RGB
131, 207, 211
HSL
183°, 48%, 67%
CMYK
38, 2, 0, 17
Luminance
0.5415
Every format
| HEX | #83cfd3 |
| RGB | rgb(131, 207, 211) |
| HSL | hsl(183, 48%, 67%) |
| CMYK | cmyk(38%, 2%, 0%, 17%) |
| LAB | lab(78.5 -22.4 -9.4) |
| LCH | lch(78.5 24.3 202.8) |
| OKLCH | oklch(0.807 0.075 200.0) |
Copy-ready code
/* CSS */
color: #83cfd3;
background-color: #83cfd3;
/* Tailwind (arbitrary) */
class="text-[#83cfd3] bg-[#83cfd3]"
/* SCSS */
$brand: #83cfd3;
/* SwiftUI */
Color(red: 0.514, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#83cfd3")Accessibility — WCAG contrast
Aa
#83cfd3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83cfd3 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green81.2%
Blue82.7%
CMYK percentages
Cyan37.9%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#83cfd3 text on a black background
contrast 11.83:1
Card sample
#83cfd3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83cfd3;
Background color
Panel with #83cfd3 background
background-color: #83cfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83cfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83cfd3; background: linear-gradient(135deg, #83cfd3, #839AD3);