Sky Blue
#9AA1EF
BlueColor Codes
All color formats for development
HEX
#9AA1EFRGB
rgb(154, 161, 239)HSL
hsl(235, 73%, 77%)OKLCH
oklch(0.734 0.113 279.3)CMYK
cmyk(36%, 33%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7881EA
2#5662E5
3#3442DF
4#202ECC
5#1B26AA
6#151F88
7#101766
8#0B0F44
9#050822
Tints
Lighter variations
1#A4AAF1
2#AEB4F2
3#B8BDF4
4#C2C6F5
5#CCD0F7
6#D6D9F9
7#E1E3FA
8#EBECFC
9#F5F6FD
Tones
Muted variations
1#9EA4EB
2#A2A8E7
3#A6ABE2
4#ABAFDE
5#AFB3DA
6#B3B6D5
7#B8BAD1
8#BCBDCD
9#C0C1C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA1 #9AA1EF | BordersInactive statesPlaceholder text |
| 400 | 656F #656FE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3846 #3846E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2C #1E2CC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1823 #18239A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1119 #11196E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B10 #0B1047 | Primary textHigh emphasis contentDark headings |
| 950 | 070A #070A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FD;
--sky-blue-100: #E0E2FA;
--sky-blue-200: #C6CAF6;
--sky-blue-300: #9AA1EF;
--sky-blue-400: #656FE7;
--sky-blue-500: #3846E0;
--sky-blue-600: #1E2CC2;
--sky-blue-700: #18239A;
--sky-blue-800: #11196E;
--sky-blue-900: #0B1047;
--sky-blue-950: #070A2C;
}