HSL(233, 51%, 65%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,51%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 51%, 65%) | color: hsl(233, 51%, 65%) | |
| HEX | #7883D3 | color: #7883D3 | |
| RGB | rgb(120, 131, 211) | color: rgb(120, 131, 211) | |
| CMYK | cmyk(43%, 38%, 0%, 17%) | — | |
| HSV | hsv(233, 43%, 83%) | — | |
| HWB | hwb(233 47% 17%) | color: hwb(233 47% 17%) | |
| OKLCH | oklch(0.6355 0.1204 276.47) | color: oklch(0.6355 0.1204 276.47) | |
| Lab | lab(57 16.49 -42.51) | color: lab(57 16.49 -42.51) | |
| LCH | lch(57 45.6 291.2) | color: lch(57 45.6 291.2) |
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)
#7D7DC0 — rgb(125, 125, 192)
Deuteranopia (Green-blind)
#7C7BBB — rgb(124, 123, 187)
Tritanopia (Blue-blind)
#79B0AD — rgb(121, 176, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 51%, 65%);
text
color: hsl(233, 51%, 65%);
border
border: 2px solid hsl(233, 51%, 65%);
gradient light
background: linear-gradient(to right, hsl(233, 51%, 85%), hsl(233, 51%, 65%));
gradient dark
background: linear-gradient(to right, hsl(233, 51%, 65%), hsl(233, 51%, 45%))
hex
background-color: #7883D3;
tailwind
bg-[hsl(233,51%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 51%, 65%, 0.4);
css variable
--color-primary: hsl(233, 51%, 65%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 51%, 65%)?
HEX: #7883D3 | RGB: rgb(120, 131, 211) | CMYK: 43%, 38%, 0%, 17% | HSV: 233°, 43%, 83%. Copy any format from the conversion table above.
What colors go well with #7883D3?
The complementary color is HSL(53, 51%, 65%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 51%, 65%) in CSS?
As HSL: color: hsl(233, 51%, 65%); — As HEX: color: #7883D3; — As RGB: color: rgb(120, 131, 211); — Tailwind CSS: bg-[hsl(233,51%,65%)] — CSS variable: --color-primary: hsl(233, 51%, 65%);