Sky Blue
#9EADEA
BlueColor Codes
All color formats for development
HEX
#9EADEARGB
rgb(158, 173, 234)HSL
hsl(228, 64%, 77%)OKLCH
oklch(0.758 0.09 273.4)CMYK
cmyk(32%, 26%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F93E3
2#5E77DC
3#3E5CD5
4#2A49C1
5#233CA1
6#1C3081
7#152461
8#0E1840
9#070C20
Tints
Lighter variations
1#A8B6EC
2#B2BEEE
3#BCC6F0
4#C5CEF2
5#CFD6F4
6#D9DFF7
7#E2E7F9
8#ECEFFB
9#F5F7FD
Tones
Muted variations
1#A3B0E6
2#A6B2E2
3#AAB5DF
4#AEB7DB
5#B2B9D7
6#B5BBD3
7#B9BED0
8#BDC0CC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D1 #C9D1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAE #9FAEEA | BordersInactive statesPlaceholder text |
| 400 | 6D83 #6D83DF | Disabled statesSecondary iconsMuted text |
| 500 | 4360 #4360D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2845 #2845B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2037 #203792 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1727 #172769 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F19 #0F1943 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FC;
--sky-blue-100: #E2E6F9;
--sky-blue-200: #C9D1F3;
--sky-blue-300: #9FAEEA;
--sky-blue-400: #6D83DF;
--sky-blue-500: #4360D6;
--sky-blue-600: #2845B8;
--sky-blue-700: #203792;
--sky-blue-800: #172769;
--sky-blue-900: #0F1943;
--sky-blue-950: #09102A;
}