#69cfac
a balanced, vivid green · cool · closest name: turquoise
RGB
105, 207, 172
HSL
159°, 52%, 61%
CMYK
49, 0, 17, 19
Luminance
0.5061
Every format
| HEX | #69cfac |
| RGB | rgb(105, 207, 172) |
| HSL | hsl(159, 52%, 61%) |
| CMYK | cmyk(49%, 0%, 17%, 19%) |
| LAB | lab(76.4 -38.1 8.3) |
| LCH | lch(76.4 39.0 167.7) |
| OKLCH | oklch(0.783 0.109 168.7) |
Copy-ready code
/* CSS */
color: #69cfac;
background-color: #69cfac;
/* Tailwind (arbitrary) */
class="text-[#69cfac] bg-[#69cfac]"
/* SCSS */
$brand: #69cfac;
/* SwiftUI */
Color(red: 0.412, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#69cfac")Accessibility — WCAG contrast
Aa
#69cfac on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69cfac on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green81.2%
Blue67.5%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#69cfac text on a black background
contrast 11.12:1
Card sample
#69cfac text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69cfac;
Background color
Panel with #69cfac background
background-color: #69cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69cfac; background: linear-gradient(135deg, #69cfac, #69AECF);