Sky Blue
#8EA2FB
BlueColor Codes
All color formats for development
HEX
#8EA2FBRGB
rgb(142, 162, 251)HSL
hsl(229, 93%, 77%)OKLCH
oklch(0.733 0.131 273.2)CMYK
cmyk(43%, 35%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6883FA
2#4263F8
3#1C44F7
4#0830E3
5#0728BD
6#052098
7#041872
8#03104C
9#010826
Tints
Lighter variations
1#99ABFB
2#A4B4FC
3#B0BEFC
4#BBC7FD
5#C6D0FD
6#D2DAFD
7#DDE3FE
8#E8ECFE
9#F4F6FF
Tones
Muted variations
1#93A5F5
2#99A9F0
3#9EACEB
4#A4B0E5
5#A9B3E0
6#AFB7DA
7#B4BAD5
8#B9BDCF
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 | BFCA #BFCAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA2 #8EA2FB | BordersInactive statesPlaceholder text |
| 400 | 5371 #5371F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2249 #2249F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 082E #082ED9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0625 #0625AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 041A #041A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0311 #03114F | Primary textHigh emphasis contentDark headings |
| 950 | 020A #020A31 | 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: #BFCAFD;
--sky-blue-300: #8EA2FB;
--sky-blue-400: #5371F9;
--sky-blue-500: #2249F7;
--sky-blue-600: #082ED9;
--sky-blue-700: #0625AC;
--sky-blue-800: #041A7B;
--sky-blue-900: #03114F;
--sky-blue-950: #020A31;
}