#88cfcf
a light, soft cyan · cool · closest name: skyblue
RGB
136, 207, 207
HSL
180°, 43%, 67%
CMYK
34, 0, 0, 19
Luminance
0.5436
Every format
| HEX | #88cfcf |
| RGB | rgb(136, 207, 207) |
| HSL | hsl(180, 43%, 67%) |
| CMYK | cmyk(34%, 0%, 0%, 19%) |
| LAB | lab(78.7 -22.1 -7.1) |
| LCH | lch(78.7 23.2 197.7) |
| OKLCH | oklch(0.808 0.071 195.8) |
Copy-ready code
/* CSS */
color: #88cfcf;
background-color: #88cfcf;
/* Tailwind (arbitrary) */
class="text-[#88cfcf] bg-[#88cfcf]"
/* SCSS */
$brand: #88cfcf;
/* SwiftUI */
Color(red: 0.533, green: 0.812, blue: 0.812)
/* Android */
Color.parseColor("#88cfcf")Accessibility — WCAG contrast
Aa
#88cfcf on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#88cfcf on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.3%
Green81.2%
Blue81.2%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow0.0%
Key (black)18.8%
Color previews
#88cfcf text on a black background
contrast 11.87:1
Card sample
#88cfcf text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #88cfcf;
Background color
Panel with #88cfcf background
background-color: #88cfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #88cfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(136, 207, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(136, 207, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #88cfcf; background: linear-gradient(135deg, #88cfcf, #88A0CF);