Sky Blue
#8EBDFB
BlueColor Codes
All color formats for development
HEX
#8EBDFBRGB
rgb(142, 189, 251)HSL
hsl(214, 93%, 77%)OKLCH
oklch(0.789 0.102 255.6)CMYK
cmyk(43%, 25%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#68A7FA
2#4291F8
3#1C7BF7
4#0867E3
5#0756BD
6#054598
7#043472
8#03224C
9#011126
Tints
Lighter variations
1#99C4FB
2#A4CAFC
3#B0D1FC
4#BBD7FD
5#C6DEFD
6#D2E5FD
7#DDEBFE
8#E8F2FE
9#F4F8FF
Tones
Muted variations
1#93BEF5
2#99BFF0
3#9EBFEB
4#A4C0E5
5#A9C1E0
6#AFC1DA
7#B4C2D5
8#B9C3CF
9#BFC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F6 #F0F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDA #BFDAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EBD #8EBDFB | BordersInactive statesPlaceholder text |
| 400 | 539B #539BF9 | Disabled statesSecondary iconsMuted text |
| 500 | 227E #227EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0862 #0862D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 064E #064EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0438 #04387B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0324 #03244F | Primary textHigh emphasis contentDark headings |
| 950 | 0216 #021631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F6FE;
--sky-blue-100: #DDEBFE;
--sky-blue-200: #BFDAFD;
--sky-blue-300: #8EBDFB;
--sky-blue-400: #539BF9;
--sky-blue-500: #227EF7;
--sky-blue-600: #0862D9;
--sky-blue-700: #064EAC;
--sky-blue-800: #04387B;
--sky-blue-900: #03244F;
--sky-blue-950: #021631;
}