Sky Blue
#8EAFFA
BlueColor Codes
All color formats for development
HEX
#8EAFFARGB
rgb(142, 175, 250)HSL
hsl(222, 92%, 77%)OKLCH
oklch(0.759 0.114 265.6)CMYK
cmyk(43%, 30%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6994F9
2#4379F7
3#1D5EF6
4#094AE2
5#083EBC
6#063297
7#052571
8#03194B
9#020C26
Tints
Lighter variations
1#9AB7FB
2#A5BFFB
3#B0C7FC
4#BBCFFC
5#C7D7FD
6#D2DFFD
7#DDE7FE
8#E8EFFE
9#F4F7FF
Tones
Muted variations
1#94B1F5
2#99B3F0
3#9FB5EA
4#A4B7E5
5#A9BADF
6#AFBCDA
7#B4BED5
8#BAC0CF
9#BFC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE7 #DDE7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD2 #BFD2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EAF #8EAFFA | BordersInactive statesPlaceholder text |
| 400 | 5485 #5485F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2362 #2362F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0947 #0947D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0738 #0738AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0528 #05287A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031A #031A4E | Primary textHigh emphasis contentDark headings |
| 950 | 0210 #021031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE7FE;
--sky-blue-200: #BFD2FC;
--sky-blue-300: #8EAFFA;
--sky-blue-400: #5485F8;
--sky-blue-500: #2362F6;
--sky-blue-600: #0947D7;
--sky-blue-700: #0738AB;
--sky-blue-800: #05287A;
--sky-blue-900: #031A4E;
--sky-blue-950: #021031;
}