Sky Blue
#8EA4FB
BlueColor Codes
All color formats for development
HEX
#8EA4FBRGB
rgb(142, 164, 251)HSL
hsl(228, 93%, 77%)OKLCH
oklch(0.737 0.129 272.1)CMYK
cmyk(43%, 35%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6885FA
2#4266F8
3#1C48F7
4#0834E3
5#072BBD
6#052398
7#041A72
8#03114C
9#010926
Tints
Lighter variations
1#99ADFB
2#A4B6FC
3#B0BFFC
4#BBC8FD
5#C6D1FD
6#D2DAFD
7#DDE4FE
8#E8EDFE
9#F4F6FF
Tones
Muted variations
1#93A7F5
2#99AAF0
3#9EADEB
4#A4B1E5
5#A9B4E0
6#AFB7DA
7#B4BBD5
8#B9BECF
9#BFC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE3 #DDE3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCB #BFCBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA4 #8EA4FB | BordersInactive statesPlaceholder text |
| 400 | 5374 #5374F9 | Disabled statesSecondary iconsMuted text |
| 500 | 224C #224CF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0832 #0832D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0627 #0627AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041C #041C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0312 #03124F | Primary textHigh emphasis contentDark headings |
| 950 | 020B #020B31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FE;
--sky-blue-100: #DDE3FE;
--sky-blue-200: #BFCBFD;
--sky-blue-300: #8EA4FB;
--sky-blue-400: #5374F9;
--sky-blue-500: #224CF7;
--sky-blue-600: #0832D9;
--sky-blue-700: #0627AC;
--sky-blue-800: #041C7B;
--sky-blue-900: #03124F;
--sky-blue-950: #020B31;
}