Sky Blue
#9EA2EB
BlueColor Codes
All color formats for development
HEX
#9EA2EBRGB
rgb(158, 162, 235)HSL
hsl(237, 66%, 77%)OKLCH
oklch(0.737 0.105 281.1)CMYK
cmyk(33%, 31%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D82E4
2#5C63DE
3#3C44D7
4#2830C4
5#2128A3
6#1B2082
7#141862
8#0D1041
9#070821
Tints
Lighter variations
1#A7ABED
2#B1B4EF
3#BBBEF1
4#C5C7F3
5#CED0F5
6#D8DAF7
7#E2E3F9
8#ECECFB
9#F5F6FD
Tones
Muted variations
1#A2A5E7
2#A5A8E3
3#A9ACDF
4#ADAFDC
5#B1B3D8
6#B5B6D4
7#B9BAD0
8#BDBDCC
9#C0C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CA #C8CAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA2 #9EA2EB | BordersInactive statesPlaceholder text |
| 400 | 6B71 #6B71E1 | Disabled statesSecondary iconsMuted text |
| 500 | 4148 #4148D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 262E #262EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E24 #1E2494 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161A #161A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E11 #0E1144 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FC;
--sky-blue-100: #E1E3F9;
--sky-blue-200: #C8CAF4;
--sky-blue-300: #9EA2EB;
--sky-blue-400: #6B71E1;
--sky-blue-500: #4148D8;
--sky-blue-600: #262EBA;
--sky-blue-700: #1E2494;
--sky-blue-800: #161A6A;
--sky-blue-900: #0E1144;
--sky-blue-950: #090A2A;
}