HSL(227, 93%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(227,93%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(227, 93%, 61%) | color: hsl(227, 93%, 61%) | |
| HEX | #3F67F8 | color: #3F67F8 | |
| RGB | rgb(63, 103, 248) | color: rgb(63, 103, 248) | |
| CMYK | cmyk(75%, 58%, 0%, 3%) | — | |
| HSV | hsv(227, 75%, 97%) | — | |
| HWB | hwb(227 24% 3%) | color: hwb(227 24% 3%) | |
| OKLCH | oklch(0.5731 0.2209 267.14) | color: oklch(0.5731 0.2209 267.14) | |
| Lab | lab(48.92 35.47 -76.4) | color: lab(48.92 35.47 -76.4) | |
| LCH | lch(48.92 84.23 294.9) | color: lch(48.92 84.23 294.9) |
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)
#5051D5 — rgb(80, 81, 213)
Deuteranopia (Green-blind)
#4E4BCD — rgb(78, 75, 205)
Tritanopia (Blue-blind)
#41B9B3 — rgb(65, 185, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(227, 93%, 61%);
text
color: hsl(227, 93%, 61%);
border
border: 2px solid hsl(227, 93%, 61%);
gradient light
background: linear-gradient(to right, hsl(227, 93%, 81%), hsl(227, 93%, 61%));
gradient dark
background: linear-gradient(to right, hsl(227, 93%, 61%), hsl(227, 93%, 41%))
hex
background-color: #3F67F8;
tailwind
bg-[hsl(227,93%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(227, 93%, 61%, 0.4);
css variable
--color-primary: hsl(227, 93%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(227, 93%, 61%)?
HEX: #3F67F8 | RGB: rgb(63, 103, 248) | CMYK: 75%, 58%, 0%, 3% | HSV: 227°, 75%, 97%. Copy any format from the conversion table above.
What colors go well with #3F67F8?
The complementary color is HSL(47, 93%, 61%). For a triadic harmony, use hues 227°, 347°, and 107°. For analogous combinations, try hues 197° and 257°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(227, 93%, 61%) in CSS?
As HSL: color: hsl(227, 93%, 61%); — As HEX: color: #3F67F8; — As RGB: color: rgb(63, 103, 248); — Tailwind CSS: bg-[hsl(227,93%,61%)] — CSS variable: --color-primary: hsl(227, 93%, 61%);