Sky Blue
#8FB6FA
BlueColor Codes
All color formats for development
HEX
#8FB6FARGB
rgb(143, 182, 250)HSL
hsl(218, 91%, 77%)OKLCH
oklch(0.774 0.107 261.2)CMYK
cmyk(43%, 27%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#699EF8
2#4485F6
3#1E6DF4
4#0B59E1
5#094ABC
6#073B96
7#052D71
8#041E4B
9#020F26
Tints
Lighter variations
1#9ABDFA
2#A5C5FB
3#B1CCFB
4#BCD3FC
5#C7DBFC
6#D2E2FD
7#DDE9FD
8#E9F0FE
9#F4F8FE
Tones
Muted variations
1#94B8F4
2#9AB9EF
3#9FBAEA
4#A4BCE4
5#AABDDF
6#AFBFDA
7#B4C0D4
8#BAC2CF
9#BFC3CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE9 #DDE9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0D6 #C0D6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FB6 #8FB6FA | BordersInactive statesPlaceholder text |
| 400 | 5590 #5590F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2470 #2470F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A55 #0A55D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0844 #0844AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0630 #06307A | Text on light backgroundsHeadingsStrong borders |
| 900 | 041F #041F4E | Primary textHigh emphasis contentDark headings |
| 950 | 0213 #021331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FE;
--sky-blue-100: #DDE9FD;
--sky-blue-200: #C0D6FC;
--sky-blue-300: #8FB6FA;
--sky-blue-400: #5590F7;
--sky-blue-500: #2470F5;
--sky-blue-600: #0A55D6;
--sky-blue-700: #0844AA;
--sky-blue-800: #06307A;
--sky-blue-900: #041F4E;
--sky-blue-950: #021331;
}