#83ebee
a light, electric cyan · cool · closest name: turquoise
RGB
131, 235, 238
HSL
182°, 76%, 72%
CMYK
45, 1, 0, 7
Luminance
0.7042
Every format
| HEX | #83ebee |
| RGB | rgb(131, 235, 238) |
| HSL | hsl(182, 76%, 72%) |
| CMYK | cmyk(45%, 1%, 0%, 7%) |
| LAB | lab(87.2 -29.4 -10.9) |
| LCH | lch(87.2 31.4 200.3) |
| OKLCH | oklch(0.878 0.097 198.0) |
Copy-ready code
/* CSS */
color: #83ebee;
background-color: #83ebee;
/* Tailwind (arbitrary) */
class="text-[#83ebee] bg-[#83ebee]"
/* SCSS */
$brand: #83ebee;
/* SwiftUI */
Color(red: 0.514, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#83ebee")Accessibility — WCAG contrast
Aa
#83ebee on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ebee on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green92.2%
Blue93.3%
CMYK percentages
Cyan45.0%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#83ebee text on a black background
contrast 15.08:1
Card sample
#83ebee text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ebee;
Background color
Panel with #83ebee background
background-color: #83ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ebee; background: linear-gradient(135deg, #83ebee, #83A4EE);