HSL(226, 100%, 63%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(226,100%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 100%, 63%) | color: hsl(226, 100%, 63%) | |
| HEX | #426EFF | color: #426EFF | |
| RGB | rgb(66, 110, 255) | color: rgb(66, 110, 255) | |
| CMYK | cmyk(74%, 57%, 0%, 0%) | — | |
| HSV | hsv(226, 74%, 100%) | — | |
| HWB | hwb(226 26% 0%) | color: hwb(226 26% 0%) | |
| OKLCH | oklch(0.5928 0.2209 266.62) | color: oklch(0.5928 0.2209 266.62) | |
| Lab | lab(51.3 33.94 -76.41) | color: lab(51.3 33.94 -76.41) | |
| LCH | lch(51.3 83.61 293.95) | color: lch(51.3 83.61 293.95) |
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)
#5555DC — rgb(85, 85, 220)
Deuteranopia (Green-blind)
#534FD4 — rgb(83, 79, 212)
Tritanopia (Blue-blind)
#44C0BA — rgb(68, 192, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 100%, 63%);
text
color: hsl(226, 100%, 63%);
border
border: 2px solid hsl(226, 100%, 63%);
gradient light
background: linear-gradient(to right, hsl(226, 100%, 83%), hsl(226, 100%, 63%));
gradient dark
background: linear-gradient(to right, hsl(226, 100%, 63%), hsl(226, 100%, 43%))
hex
background-color: #426EFF;
tailwind
bg-[hsl(226,100%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 100%, 63%, 0.4);
css variable
--color-primary: hsl(226, 100%, 63%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 100%, 63%)?
HEX: #426EFF | RGB: rgb(66, 110, 255) | CMYK: 74%, 57%, 0%, 0% | HSV: 226°, 74%, 100%. Copy any format from the conversion table above.
What colors go well with #426EFF?
The complementary color is HSL(46, 100%, 63%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(226, 100%, 63%) in CSS?
As HSL: color: hsl(226, 100%, 63%); — As HEX: color: #426EFF; — As RGB: color: rgb(66, 110, 255); — Tailwind CSS: bg-[hsl(226,100%,63%)] — CSS variable: --color-primary: hsl(226, 100%, 63%);