#6fdecb
a light, vivid cyan · cool · closest name: turquoise
RGB
111, 222, 203
HSL
170°, 63%, 65%
CMYK
50, 0, 9, 13
Luminance
0.5993
Every format
| HEX | #6fdecb |
| RGB | rgb(111, 222, 203) |
| HSL | hsl(170, 63%, 65%) |
| CMYK | cmyk(50%, 0%, 9%, 13%) |
| LAB | lab(81.8 -36.4 -0.4) |
| LCH | lch(81.8 36.4 180.7) |
| OKLCH | oklch(0.830 0.106 181.0) |
Copy-ready code
/* CSS */
color: #6fdecb;
background-color: #6fdecb;
/* Tailwind (arbitrary) */
class="text-[#6fdecb] bg-[#6fdecb]"
/* SCSS */
$brand: #6fdecb;
/* SwiftUI */
Color(red: 0.435, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#6fdecb")Accessibility — WCAG contrast
Aa
#6fdecb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdecb on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green87.1%
Blue79.6%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow8.6%
Key (black)12.9%
Color previews
#6fdecb text on a black background
contrast 12.99:1
Card sample
#6fdecb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdecb;
Background color
Panel with #6fdecb background
background-color: #6fdecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdecb; background: linear-gradient(135deg, #6fdecb, #6FA7DE);