#83ceaf
a light, soft green · cool · closest name: turquoise
RGB
131, 206, 175
HSL
155°, 43%, 66%
CMYK
36, 0, 15, 19
Luminance
0.5206
Every format
| HEX | #83ceaf |
| RGB | rgb(131, 206, 175) |
| HSL | hsl(155, 43%, 66%) |
| CMYK | cmyk(36%, 0%, 15%, 19%) |
| LAB | lab(77.3 -30.2 8.1) |
| LCH | lch(77.3 31.2 164.9) |
| OKLCH | oklch(0.793 0.087 166.2) |
Copy-ready code
/* CSS */
color: #83ceaf;
background-color: #83ceaf;
/* Tailwind (arbitrary) */
class="text-[#83ceaf] bg-[#83ceaf]"
/* SCSS */
$brand: #83ceaf;
/* SwiftUI */
Color(red: 0.514, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#83ceaf")Accessibility — WCAG contrast
Aa
#83ceaf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#83ceaf on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green80.8%
Blue68.6%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow15.0%
Key (black)19.2%
Color previews
#83ceaf text on a black background
contrast 11.41:1
Card sample
#83ceaf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83ceaf;
Background color
Panel with #83ceaf background
background-color: #83ceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83ceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83ceaf; background: linear-gradient(135deg, #83ceaf, #83BBCE);