HSL(2, 46%, 65%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(2,46%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(2, 46%, 65%) | color: hsl(2, 46%, 65%) | |
| HEX | #CF7F7D | color: #CF7F7D | |
| RGB | rgb(207, 127, 125) | color: rgb(207, 127, 125) | |
| CMYK | cmyk(0%, 39%, 40%, 19%) | — | |
| HSV | hsv(1, 40%, 81%) | — | |
| HWB | hwb(1 49% 19%) | color: hwb(1 49% 19%) | |
| OKLCH | oklch(0.6806 0.0998 21.55) | color: oklch(0.6806 0.0998 21.55) | |
| Lab | lab(61.59 30.72 14.28) | color: lab(61.59 30.72 14.28) | |
| LCH | lch(61.59 33.88 24.93) | color: lch(61.59 33.88 24.93) |
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)
#ACAC7D — rgb(172, 172, 125)
Deuteranopia (Green-blind)
#B1B77E — rgb(177, 183, 126)
Tritanopia (Blue-blind)
#CB7E7E — rgb(203, 126, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(2, 46%, 65%);
text
color: hsl(2, 46%, 65%);
border
border: 2px solid hsl(2, 46%, 65%);
gradient light
background: linear-gradient(to right, hsl(2, 46%, 85%), hsl(2, 46%, 65%));
gradient dark
background: linear-gradient(to right, hsl(2, 46%, 65%), hsl(2, 46%, 45%))
hex
background-color: #CF7F7D;
tailwind
bg-[hsl(2,46%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(2, 46%, 65%, 0.4);
css variable
--color-primary: hsl(2, 46%, 65%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(2, 46%, 65%)?
HEX: #CF7F7D | RGB: rgb(207, 127, 125) | CMYK: 0%, 39%, 40%, 19% | HSV: 1°, 40%, 81%. Copy any format from the conversion table above.
What colors go well with #CF7F7D?
The complementary color is HSL(182, 46%, 65%). For a triadic harmony, use hues 2°, 122°, and 242°. For analogous combinations, try hues 332° and 32°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(2, 46%, 65%) in CSS?
As HSL: color: hsl(2, 46%, 65%); — As HEX: color: #CF7F7D; — As RGB: color: rgb(207, 127, 125); — Tailwind CSS: bg-[hsl(2,46%,65%)] — CSS variable: --color-primary: hsl(2, 46%, 65%);