HSL(222, 97%, 57%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(222,97%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 97%, 57%) | color: hsl(222, 97%, 57%) | |
| HEX | #2767FC | color: #2767FC | |
| RGB | rgb(39, 103, 252) | color: rgb(39, 103, 252) | |
| CMYK | cmyk(85%, 59%, 0%, 1%) | — | |
| HSV | hsv(222, 85%, 99%) | — | |
| HWB | hwb(222 15% 1%) | color: hwb(222 15% 1%) | |
| OKLCH | oklch(0.5684 0.2314 263.3) | color: oklch(0.5684 0.2314 263.3) | |
| Lab | lab(48.46 34.87 -79.41) | color: lab(48.46 34.87 -79.41) | |
| LCH | lch(48.46 86.73 293.71) | color: lch(48.46 86.73 293.71) |
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)
#4343D8 — rgb(67, 67, 216)
Deuteranopia (Green-blind)
#3F3ACF — rgb(63, 58, 207)
Tritanopia (Blue-blind)
#2ABBB5 — rgb(42, 187, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 97%, 57%);
text
color: hsl(222, 97%, 57%);
border
border: 2px solid hsl(222, 97%, 57%);
gradient light
background: linear-gradient(to right, hsl(222, 97%, 77%), hsl(222, 97%, 57%));
gradient dark
background: linear-gradient(to right, hsl(222, 97%, 57%), hsl(222, 97%, 37%))
hex
background-color: #2767FC;
tailwind
bg-[hsl(222,97%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 97%, 57%, 0.4);
css variable
--color-primary: hsl(222, 97%, 57%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(222, 97%, 57%)?
HEX: #2767FC | RGB: rgb(39, 103, 252) | CMYK: 85%, 59%, 0%, 1% | HSV: 222°, 85%, 99%. Copy any format from the conversion table above.
What colors go well with #2767FC?
The complementary color is HSL(42, 97%, 57%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 97%, 57%) in CSS?
As HSL: color: hsl(222, 97%, 57%); — As HEX: color: #2767FC; — As RGB: color: rgb(39, 103, 252); — Tailwind CSS: bg-[hsl(222,97%,57%)] — CSS variable: --color-primary: hsl(222, 97%, 57%);