Sky Blue
#9E9EEB
BlueColor Codes
All color formats for development
HEX
#9E9EEBRGB
rgb(158, 158, 235)HSL
hsl(240, 66%, 77%)OKLCH
oklch(0.729 0.111 283.3)CMYK
cmyk(33%, 33%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D7DE4
2#5C5CDE
3#3C3CD7
4#2828C4
5#2121A3
6#1B1B82
7#141462
8#0D0D41
9#070721
Tints
Lighter variations
1#A7A7ED
2#B1B1EF
3#BBBBF1
4#C5C5F3
5#CECEF5
6#D8D8F7
7#E2E2F9
8#ECECFB
9#F5F5FD
Tones
Muted variations
1#A2A2E7
2#A5A5E3
3#A9A9DF
4#ADADDC
5#B1B1D8
6#B5B5D4
7#B9B9D0
8#BDBDCC
9#C0C0C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E1 #E1E1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C8 #C8C8F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E9E #9E9EEB | BordersInactive statesPlaceholder text |
| 400 | 6B6B #6B6BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4141 #4141D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2626 #2626BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E1E #1E1E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1616 #16166A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E0E #0E0E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0909 #09092A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F2FC;
--sky-blue-100: #E1E1F9;
--sky-blue-200: #C8C8F4;
--sky-blue-300: #9E9EEB;
--sky-blue-400: #6B6BE1;
--sky-blue-500: #4141D8;
--sky-blue-600: #2626BA;
--sky-blue-700: #1E1E94;
--sky-blue-800: #16166A;
--sky-blue-900: #0E0E44;
--sky-blue-950: #09092A;
}