Sky Blue
#9AA4EF
BlueColor Codes
All color formats for development
HEX
#9AA4EFRGB
rgb(154, 164, 239)HSL
hsl(233, 73%, 77%)OKLCH
oklch(0.74 0.109 277.6)CMYK
cmyk(36%, 31%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7885EA
2#5666E5
3#3448DF
4#2034CC
5#1B2BAA
6#152388
7#101A66
8#0B1144
9#050922
Tints
Lighter variations
1#A4ADF1
2#AEB6F2
3#B8BFF4
4#C2C8F5
5#CCD1F7
6#D6DAF9
7#E1E4FA
8#EBEDFC
9#F5F6FD
Tones
Muted variations
1#9EA7EB
2#A2AAE7
3#A6ADE2
4#ABB1DE
5#AFB4DA
6#B3B7D5
7#B8BBD1
8#BCBECD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CB #C6CBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA4 #9AA4EF | BordersInactive statesPlaceholder text |
| 400 | 6574 #6574E7 | Disabled statesSecondary iconsMuted text |
| 500 | 384C #384CE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E31 #1E31C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1827 #18279A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111C #111C6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B12 #0B1247 | Primary textHigh emphasis contentDark headings |
| 950 | 070B #070B2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E0E3FA;
--sky-blue-200: #C6CBF6;
--sky-blue-300: #9AA4EF;
--sky-blue-400: #6574E7;
--sky-blue-500: #384CE0;
--sky-blue-600: #1E31C2;
--sky-blue-700: #18279A;
--sky-blue-800: #111C6E;
--sky-blue-900: #0B1247;
--sky-blue-950: #070B2C;
}