HSL(7, 16%, 77%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(7,16%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 16%, 77%) | color: hsl(7, 16%, 77%) | |
| HEX | #CEBDBB | color: #CEBDBB | |
| RGB | rgb(206, 189, 187) | color: rgb(206, 189, 187) | |
| CMYK | cmyk(0%, 8%, 9%, 19%) | — | |
| HSV | hsv(6, 9%, 81%) | — | |
| HWB | hwb(6 74% 19%) | color: hwb(6 74% 19%) | |
| OKLCH | oklch(0.812 0.0196 25.64) | color: oklch(0.812 0.0196 25.64) | |
| Lab | lab(77.94 5.66 3.18) | color: lab(77.94 5.66 3.18) | |
| LCH | lch(77.94 6.49 29.33) | color: lch(77.94 6.49 29.33) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#C7C6BB — rgb(199, 198, 187)
Deuteranopia (Green-blind)
#C8C9BC — rgb(200, 201, 188)
Tritanopia (Blue-blind)
#CDBCBC — rgb(205, 188, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 16%, 77%);
text
color: hsl(7, 16%, 77%);
border
border: 2px solid hsl(7, 16%, 77%);
gradient light
background: linear-gradient(to right, hsl(7, 16%, 97%), hsl(7, 16%, 77%));
gradient dark
background: linear-gradient(to right, hsl(7, 16%, 77%), hsl(7, 16%, 57%))
hex
background-color: #CEBDBB;
tailwind
bg-[hsl(7,16%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 16%, 77%, 0.4);
css variable
--color-primary: hsl(7, 16%, 77%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(7, 16%, 77%)?
HEX: #CEBDBB | RGB: rgb(206, 189, 187) | CMYK: 0%, 8%, 9%, 19% | HSV: 6°, 9%, 81%. Copy any format from the conversion table above.
What colors go well with #CEBDBB?
The complementary color is HSL(187, 16%, 77%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 16%, 77%) in CSS?
As HSL: color: hsl(7, 16%, 77%); — As HEX: color: #CEBDBB; — As RGB: color: rgb(206, 189, 187); — Tailwind CSS: bg-[hsl(7,16%,77%)] — CSS variable: --color-primary: hsl(7, 16%, 77%);