HSL(226, 100%, 54%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(226,100%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 100%, 54%) | color: hsl(226, 100%, 54%) | |
| HEX | #144BFF | color: #144BFF | |
| RGB | rgb(20, 75, 255) | color: rgb(20, 75, 255) | |
| CMYK | cmyk(92%, 71%, 0%, 0%) | — | |
| HSV | hsv(226, 92%, 100%) | — | |
| HWB | hwb(226 8% 0%) | color: hwb(226 8% 0%) | |
| OKLCH | oklch(0.5194 0.2681 264.44) | color: oklch(0.5194 0.2681 264.44) | |
| Lab | lab(41.84 52.22 -91.97) | color: lab(41.84 52.22 -91.97) | |
| LCH | lch(41.84 105.76 299.59) | color: lch(41.84 105.76 299.59) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#2C2CD3 — rgb(44, 44, 211)
Deuteranopia (Green-blind)
#2925C9 — rgb(41, 37, 201)
Tritanopia (Blue-blind)
#17B1AA — rgb(23, 177, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 100%, 54%);
text
color: hsl(226, 100%, 54%);
border
border: 2px solid hsl(226, 100%, 54%);
gradient light
background: linear-gradient(to right, hsl(226, 100%, 74%), hsl(226, 100%, 54%));
gradient dark
background: linear-gradient(to right, hsl(226, 100%, 54%), hsl(226, 100%, 34%))
hex
background-color: #144BFF;
tailwind
bg-[hsl(226,100%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 100%, 54%, 0.4);
css variable
--color-primary: hsl(226, 100%, 54%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 100%, 54%)?
HEX: #144BFF | RGB: rgb(20, 75, 255) | CMYK: 92%, 71%, 0%, 0% | HSV: 226°, 92%, 100%. Copy any format from the conversion table above.
What colors go well with #144BFF?
The complementary color is HSL(46, 100%, 54%). 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%, 54%) in CSS?
As HSL: color: hsl(226, 100%, 54%); — As HEX: color: #144BFF; — As RGB: color: rgb(20, 75, 255); — Tailwind CSS: bg-[hsl(226,100%,54%)] — CSS variable: --color-primary: hsl(226, 100%, 54%);