Sky Blue
#9EABEB
BlueColor Codes
All color formats for development
HEX
#9EABEBRGB
rgb(158, 171, 235)HSL
hsl(230, 66%, 77%)OKLCH
oklch(0.755 0.093 275.1)CMYK
cmyk(33%, 27%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D8EE4
2#5C72DE
3#3C56D7
4#2842C4
5#2137A3
6#1B2C82
7#142162
8#0D1641
9#070B21
Tints
Lighter variations
1#A7B3ED
2#B1BBEF
3#BBC4F1
4#C5CCF3
5#CED5F5
6#D8DDF7
7#E2E6F9
8#ECEEFB
9#F5F7FD
Tones
Muted variations
1#A2ADE7
2#A5B0E3
3#A9B2DF
4#ADB5DC
5#B1B7D8
6#B5BAD4
7#B9BDD0
8#BDBFCC
9#C0C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CF #C8CFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EAB #9EABEB | BordersInactive statesPlaceholder text |
| 400 | 6B7E #6B7EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 415A #415AD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 263F #263FBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E32 #1E3294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1624 #16246A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E17 #0E1744 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FC;
--sky-blue-100: #E1E5F9;
--sky-blue-200: #C8CFF4;
--sky-blue-300: #9EABEB;
--sky-blue-400: #6B7EE1;
--sky-blue-500: #415AD8;
--sky-blue-600: #263FBA;
--sky-blue-700: #1E3294;
--sky-blue-800: #16246A;
--sky-blue-900: #0E1744;
--sky-blue-950: #090E2A;
}