Sky Blue
#8EB1FA
BlueColor Codes
All color formats for development
HEX
#8EB1FARGB
rgb(142, 177, 250)HSL
hsl(221, 92%, 77%)OKLCH
oklch(0.763 0.112 264.3)CMYK
cmyk(43%, 29%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6996F9
2#437CF7
3#1D62F6
4#094EE2
5#0841BC
6#063497
7#052771
8#031A4B
9#020D26
Tints
Lighter variations
1#9AB8FB
2#A5C0FB
3#B0C8FC
4#BBD0FC
5#C7D8FD
6#D2E0FD
7#DDE7FE
8#E8EFFE
9#F4F7FF
Tones
Muted variations
1#94B3F5
2#99B5F0
3#9FB7EA
4#A4B8E5
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 | BFD3 #BFD3FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB1 #8EB1FA | BordersInactive statesPlaceholder text |
| 400 | 5488 #5488F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2366 #2366F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094A #094AD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073B #073BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052A #052A7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031B #031B4E | Primary textHigh emphasis contentDark headings |
| 950 | 0211 #021131 | 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: #BFD3FC;
--sky-blue-300: #8EB1FA;
--sky-blue-400: #5488F8;
--sky-blue-500: #2366F6;
--sky-blue-600: #094AD7;
--sky-blue-700: #073BAB;
--sky-blue-800: #052A7A;
--sky-blue-900: #031B4E;
--sky-blue-950: #021131;
}