Sky Blue
#9AA8EF
BlueColor Codes
All color formats for development
HEX
#9AA8EFRGB
rgb(154, 168, 239)HSL
hsl(230, 73%, 77%)OKLCH
oklch(0.748 0.104 275.1)CMYK
cmyk(36%, 30%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#788BEA
2#566DE5
3#3450DF
4#203CCC
5#1B32AA
6#152888
7#101E66
8#0B1444
9#050A22
Tints
Lighter variations
1#A4B1F1
2#AEB9F2
3#B8C2F4
4#C2CBF5
5#CCD3F7
6#D6DCF9
7#E1E5FA
8#EBEEFC
9#F5F6FD
Tones
Muted variations
1#9EABEB
2#A2AEE7
3#A6B0E2
4#ABB3DE
5#AFB6DA
6#B3B9D5
7#B8BCD1
8#BCBFCD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CE #C6CEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA8 #9AA8EF | BordersInactive statesPlaceholder text |
| 400 | 657A #657AE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3854 #3854E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E3A #1E3AC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 182E #182E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1121 #11216E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B15 #0B1547 | Primary textHigh emphasis contentDark headings |
| 950 | 070D #070D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E0E4FA;
--sky-blue-200: #C6CEF6;
--sky-blue-300: #9AA8EF;
--sky-blue-400: #657AE7;
--sky-blue-500: #3854E0;
--sky-blue-600: #1E3AC2;
--sky-blue-700: #182E9A;
--sky-blue-800: #11216E;
--sky-blue-900: #0B1547;
--sky-blue-950: #070D2C;
}