HSL(202, 97%, 63%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,97%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 97%, 63%) | color: hsl(202, 97%, 63%) | |
| HEX | #45B9FC | color: #45B9FC | |
| RGB | rgb(69, 185, 252) | color: rgb(69, 185, 252) | |
| CMYK | cmyk(73%, 27%, 0%, 1%) | — | |
| HSV | hsv(202, 73%, 99%) | — | |
| HWB | hwb(202 27% 1%) | color: hwb(202 27% 1%) | |
| OKLCH | oklch(0.7494 0.1406 238.41) | color: oklch(0.7494 0.1406 238.41) | |
| Lab | lab(71.55 -11.07 -42.42) | color: lab(71.55 -11.07 -42.42) | |
| LCH | lch(71.55 43.84 255.37) | color: lch(71.55 43.84 255.37) |
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)
#7778EC — rgb(119, 120, 236)
Deuteranopia (Green-blind)
#7168E8 — rgb(113, 104, 232)
Tritanopia (Blue-blind)
#4BDFDC — rgb(75, 223, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 97%, 63%);
text
color: hsl(202, 97%, 63%);
border
border: 2px solid hsl(202, 97%, 63%);
gradient light
background: linear-gradient(to right, hsl(202, 97%, 83%), hsl(202, 97%, 63%));
gradient dark
background: linear-gradient(to right, hsl(202, 97%, 63%), hsl(202, 97%, 43%))
hex
background-color: #45B9FC;
tailwind
bg-[hsl(202,97%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 97%, 63%, 0.4);
css variable
--color-primary: hsl(202, 97%, 63%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 97%, 63%)?
HEX: #45B9FC | RGB: rgb(69, 185, 252) | CMYK: 73%, 27%, 0%, 1% | HSV: 202°, 73%, 99%. Copy any format from the conversion table above.
What colors go well with #45B9FC?
The complementary color is HSL(22, 97%, 63%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 97%, 63%) in CSS?
As HSL: color: hsl(202, 97%, 63%); — As HEX: color: #45B9FC; — As RGB: color: rgb(69, 185, 252); — Tailwind CSS: bg-[hsl(202,97%,63%)] — CSS variable: --color-primary: hsl(202, 97%, 63%);