Sky Blue
#9EADEB
BlueColor Codes
All color formats for development
HEX
#9EADEBRGB
rgb(158, 173, 235)HSL
hsl(228, 66%, 77%)OKLCH
oklch(0.759 0.091 273.6)CMYK
cmyk(33%, 26%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D92E4
2#5C76DE
3#3C5BD7
4#2847C4
5#213BA3
6#1B2F82
7#142462
8#0D1841
9#070C21
Tints
Lighter variations
1#A7B5ED
2#B1BDEF
3#BBC6F1
4#C5CEF3
5#CED6F5
6#D8DEF7
7#E2E6F9
8#ECEFFB
9#F5F7FD
Tones
Muted variations
1#A2AFE7
2#A5B2E3
3#A9B4DF
4#ADB6DC
5#B1B9D8
6#B5BBD4
7#B9BDD0
8#BDC0CC
9#C0C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D1 #C8D1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAD #9EADEB | BordersInactive statesPlaceholder text |
| 400 | 6B82 #6B82E1 | Disabled statesSecondary iconsMuted text |
| 500 | 415F #415FD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2644 #2644BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E36 #1E3694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1627 #16276A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E19 #0E1944 | Primary textHigh emphasis contentDark headings |
| 950 | 090F #090F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FC;
--sky-blue-100: #E1E6F9;
--sky-blue-200: #C8D1F4;
--sky-blue-300: #9EADEB;
--sky-blue-400: #6B82E1;
--sky-blue-500: #415FD8;
--sky-blue-600: #2644BA;
--sky-blue-700: #1E3694;
--sky-blue-800: #16276A;
--sky-blue-900: #0E1944;
--sky-blue-950: #090F2A;
}