#83fceb
a light, electric cyan · cool · closest name: turquoise
RGB
131, 252, 235
HSL
172°, 95%, 75%
CMYK
48, 0, 7, 1
Luminance
0.8044
Every format
| HEX | #83fceb |
| RGB | rgb(131, 252, 235) |
| HSL | hsl(172, 95%, 75%) |
| CMYK | cmyk(48%, 0%, 7%, 1%) |
| LAB | lab(91.9 -38.1 -2.4) |
| LCH | lch(91.9 38.2 183.6) |
| OKLCH | oklch(0.916 0.113 183.6) |
Copy-ready code
/* CSS */
color: #83fceb;
background-color: #83fceb;
/* Tailwind (arbitrary) */
class="text-[#83fceb] bg-[#83fceb]"
/* SCSS */
$brand: #83fceb;
/* SwiftUI */
Color(red: 0.514, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#83fceb")Accessibility — WCAG contrast
Aa
#83fceb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83fceb on black: 17.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green98.8%
Blue92.2%
CMYK percentages
Cyan48.0%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#83fceb text on a black background
contrast 17.09:1
Card sample
#83fceb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83fceb;
Background color
Panel with #83fceb background
background-color: #83fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83fceb; background: linear-gradient(135deg, #83fceb, #83BCFC);