HSL(345, 50%, 68%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(345,50%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(345, 50%, 68%) | color: hsl(345, 50%, 68%) | |
| HEX | #D68599 | color: #D68599 | |
| RGB | rgb(214, 133, 153) | color: rgb(214, 133, 153) | |
| CMYK | cmyk(0%, 38%, 29%, 16%) | — | |
| HSV | hsv(345, 38%, 84%) | — | |
| HWB | hwb(345 52% 16%) | color: hwb(345 52% 16%) | |
| OKLCH | oklch(0.7067 0.102 4.01) | color: oklch(0.7067 0.102 4.01) | |
| Lab | lab(64.46 33.62 2.56) | color: lab(64.46 33.62 2.56) | |
| LCH | lch(64.46 33.72 4.35) | color: lch(64.46 33.72 4.35) |
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)
#B3B294 — rgb(179, 178, 148)
Deuteranopia (Green-blind)
#B8BE93 — rgb(184, 190, 147)
Tritanopia (Blue-blind)
#D29090 — rgb(210, 144, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(345, 50%, 68%);
text
color: hsl(345, 50%, 68%);
border
border: 2px solid hsl(345, 50%, 68%);
gradient light
background: linear-gradient(to right, hsl(345, 50%, 88%), hsl(345, 50%, 68%));
gradient dark
background: linear-gradient(to right, hsl(345, 50%, 68%), hsl(345, 50%, 48%))
hex
background-color: #D68599;
tailwind
bg-[hsl(345,50%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(345, 50%, 68%, 0.4);
css variable
--color-primary: hsl(345, 50%, 68%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(345, 50%, 68%)?
HEX: #D68599 | RGB: rgb(214, 133, 153) | CMYK: 0%, 38%, 29%, 16% | HSV: 345°, 38%, 84%. Copy any format from the conversion table above.
What colors go well with #D68599?
The complementary color is HSL(165, 50%, 68%). For a triadic harmony, use hues 345°, 105°, and 225°. For analogous combinations, try hues 315° and 15°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(345, 50%, 68%) in CSS?
As HSL: color: hsl(345, 50%, 68%); — As HEX: color: #D68599; — As RGB: color: rgb(214, 133, 153); — Tailwind CSS: bg-[hsl(345,50%,68%)] — CSS variable: --color-primary: hsl(345, 50%, 68%);