#69baac
a balanced, soft cyan · cool · closest name: turquoise
RGB
105, 186, 172
HSL
170°, 37%, 57%
CMYK
44, 0, 8, 27
Luminance
0.4110
Every format
| HEX | #69baac |
| RGB | rgb(105, 186, 172) |
| HSL | hsl(170, 37%, 57%) |
| CMYK | cmyk(44%, 0%, 8%, 27%) |
| LAB | lab(70.2 -28.2 -0.6) |
| LCH | lch(70.2 28.2 181.3) |
| OKLCH | oklch(0.733 0.083 181.5) |
Copy-ready code
/* CSS */
color: #69baac;
background-color: #69baac;
/* Tailwind (arbitrary) */
class="text-[#69baac] bg-[#69baac]"
/* SCSS */
$brand: #69baac;
/* SwiftUI */
Color(red: 0.412, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#69baac")Accessibility — WCAG contrast
Aa
#69baac on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#69baac on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green72.9%
Blue67.5%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#69baac text on a black background
contrast 9.22:1
Card sample
#69baac text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69baac;
Background color
Panel with #69baac background
background-color: #69baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69baac; background: linear-gradient(135deg, #69baac, #6992BA);