HSL(232, 61%, 63%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,61%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 61%, 63%) | color: hsl(232, 61%, 63%) | |
| HEX | #6776DA | color: #6776DA | |
| RGB | rgb(103, 118, 218) | color: rgb(103, 118, 218) | |
| CMYK | cmyk(53%, 46%, 0%, 15%) | — | |
| HSV | hsv(232, 53%, 85%) | — | |
| HWB | hwb(232 40% 15%) | color: hwb(232 40% 15%) | |
| OKLCH | oklch(0.6019 0.1517 274.51) | color: oklch(0.6019 0.1517 274.51) | |
| Lab | lab(52.84 22.44 -53.14) | color: lab(52.84 22.44 -53.14) | |
| LCH | lch(52.84 57.68 292.89) | color: lch(52.84 57.68 292.89) |
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)
#6D6EC2 — rgb(109, 110, 194)
Deuteranopia (Green-blind)
#6D6CBC — rgb(109, 108, 188)
Tritanopia (Blue-blind)
#68AFAB — rgb(104, 175, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 61%, 63%);
text
color: hsl(232, 61%, 63%);
border
border: 2px solid hsl(232, 61%, 63%);
gradient light
background: linear-gradient(to right, hsl(232, 61%, 83%), hsl(232, 61%, 63%));
gradient dark
background: linear-gradient(to right, hsl(232, 61%, 63%), hsl(232, 61%, 43%))
hex
background-color: #6776DA;
tailwind
bg-[hsl(232,61%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 61%, 63%, 0.4);
css variable
--color-primary: hsl(232, 61%, 63%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 61%, 63%)?
HEX: #6776DA | RGB: rgb(103, 118, 218) | CMYK: 53%, 46%, 0%, 15% | HSV: 232°, 53%, 85%. Copy any format from the conversion table above.
What colors go well with #6776DA?
The complementary color is HSL(52, 61%, 63%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 61%, 63%) in CSS?
As HSL: color: hsl(232, 61%, 63%); — As HEX: color: #6776DA; — As RGB: color: rgb(103, 118, 218); — Tailwind CSS: bg-[hsl(232,61%,63%)] — CSS variable: --color-primary: hsl(232, 61%, 63%);