Sky Blue
#9EA6EA
BlueColor Codes
All color formats for development
HEX
#9EA6EARGB
rgb(158, 166, 234)HSL
hsl(234, 64%, 77%)OKLCH
oklch(0.744 0.098 278.5)CMYK
cmyk(32%, 29%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F89E3
2#5E6BDC
3#3E4DD5
4#2A39C1
5#2330A1
6#1C2681
7#151D61
8#0E1340
9#070A20
Tints
Lighter variations
1#A8AFEC
2#B2B8EE
3#BCC1F0
4#C5CAF2
5#CFD3F4
6#D9DCF7
7#E2E4F9
8#ECEDFB
9#F5F6FD
Tones
Muted variations
1#A3A9E6
2#A6ACE2
3#AAAFDF
4#AEB2DB
5#B2B5D7
6#B5B8D3
7#B9BBD0
8#BDBECC
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CD #C9CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA6 #9FA6EA | BordersInactive statesPlaceholder text |
| 400 | 6D78 #6D78DF | Disabled statesSecondary iconsMuted text |
| 500 | 4351 #4351D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2837 #2837B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 202C #202C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171F #171F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F14 #0F1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090C #090C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FC;
--sky-blue-100: #E2E4F9;
--sky-blue-200: #C9CDF3;
--sky-blue-300: #9FA6EA;
--sky-blue-400: #6D78DF;
--sky-blue-500: #4351D6;
--sky-blue-600: #2837B8;
--sky-blue-700: #202C92;
--sky-blue-800: #171F69;
--sky-blue-900: #0F1443;
--sky-blue-950: #090C2A;
}