Sky Blue
#9AA6EF
BlueColor Codes
All color formats for development
HEX
#9AA6EFRGB
rgb(154, 166, 239)HSL
hsl(232, 73%, 77%)OKLCH
oklch(0.744 0.106 276.3)CMYK
cmyk(36%, 31%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7887EA
2#5669E5
3#344BDF
4#2037CC
5#1B2EAA
6#152488
7#101B66
8#0B1244
9#050922
Tints
Lighter variations
1#A4AEF1
2#AEB7F2
3#B8C0F4
4#C2C9F5
5#CCD2F7
6#D6DBF9
7#E1E4FA
8#EBEDFC
9#F5F6FD
Tones
Muted variations
1#9EA8EB
2#A2ABE7
3#A6AEE2
4#ABB2DE
5#AFB5DA
6#B3B8D5
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 | E0E4 #E0E4FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CC #C6CCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA5 #9AA5EF | BordersInactive statesPlaceholder text |
| 400 | 6576 #6576E7 | Disabled statesSecondary iconsMuted text |
| 500 | 384F #384FE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E34 #1E34C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1829 #18299A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111E #111E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B13 #0B1347 | Primary textHigh emphasis contentDark headings |
| 950 | 070C #070C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E0E4FA;
--sky-blue-200: #C6CCF6;
--sky-blue-300: #9AA5EF;
--sky-blue-400: #6576E7;
--sky-blue-500: #384FE0;
--sky-blue-600: #1E34C2;
--sky-blue-700: #18299A;
--sky-blue-800: #111E6E;
--sky-blue-900: #0B1347;
--sky-blue-950: #070C2C;
}