HSL(225, 90%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(225,90%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(225, 90%, 71%) | color: hsl(225, 90%, 71%) | |
| HEX | #7294F8 | color: #7294F8 | |
| RGB | rgb(114, 148, 248) | color: rgb(114, 148, 248) | |
| CMYK | cmyk(54%, 40%, 0%, 3%) | — | |
| HSV | hsv(225, 54%, 97%) | — | |
| HWB | hwb(225 45% 3%) | color: hwb(225 45% 3%) | |
| OKLCH | oklch(0.6864 0.1524 268.08) | color: oklch(0.6864 0.1524 268.08) | |
| Lab | lab(62.95 16.23 -53.67) | color: lab(62.95 16.23 -53.67) | |
| LCH | lch(62.95 56.07 286.83) | color: lch(62.95 56.07 286.83) |
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)
#8181E0 — rgb(129, 129, 224)
Deuteranopia (Green-blind)
#7F7CDA — rgb(127, 124, 218)
Tritanopia (Blue-blind)
#74CDC9 — rgb(116, 205, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(225, 90%, 71%);
text
color: hsl(225, 90%, 71%);
border
border: 2px solid hsl(225, 90%, 71%);
gradient light
background: linear-gradient(to right, hsl(225, 90%, 91%), hsl(225, 90%, 71%));
gradient dark
background: linear-gradient(to right, hsl(225, 90%, 71%), hsl(225, 90%, 51%))
hex
background-color: #7294F8;
tailwind
bg-[hsl(225,90%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(225, 90%, 71%, 0.4);
css variable
--color-primary: hsl(225, 90%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(225, 90%, 71%)?
HEX: #7294F8 | RGB: rgb(114, 148, 248) | CMYK: 54%, 40%, 0%, 3% | HSV: 225°, 54%, 97%. Copy any format from the conversion table above.
What colors go well with #7294F8?
The complementary color is HSL(45, 90%, 71%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(225, 90%, 71%) in CSS?
As HSL: color: hsl(225, 90%, 71%); — As HEX: color: #7294F8; — As RGB: color: rgb(114, 148, 248); — Tailwind CSS: bg-[hsl(225,90%,71%)] — CSS variable: --color-primary: hsl(225, 90%, 71%);