Sky Blue
#9AA2EF
BlueColor Codes
All color formats for development
HEX
#9AA2EFRGB
rgb(154, 162, 239)HSL
hsl(234, 73%, 77%)OKLCH
oklch(0.736 0.112 278.7)CMYK
cmyk(36%, 32%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7883EA
2#5664E5
3#3445DF
4#2031CC
5#1B29AA
6#152188
7#101966
8#0B1044
9#050822
Tints
Lighter variations
1#A4ABF1
2#AEB5F2
3#B8BEF4
4#C2C7F5
5#CCD1F7
6#D6DAF9
7#E1E3FA
8#EBECFC
9#F5F6FD
Tones
Muted variations
1#9EA6EB
2#A2A9E7
3#A6ACE2
4#ABB0DE
5#AFB3DA
6#B3B7D5
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 | E0E3 #E0E3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6CA #C6CAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA2 #9AA2EF | BordersInactive statesPlaceholder text |
| 400 | 6572 #6572E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3849 #3849E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E2F #1E2FC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1825 #18259A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111B #111B6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B11 #0B1147 | 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: #C6CAF6;
--sky-blue-300: #9AA2EF;
--sky-blue-400: #6572E7;
--sky-blue-500: #3849E0;
--sky-blue-600: #1E2FC2;
--sky-blue-700: #18259A;
--sky-blue-800: #111B6E;
--sky-blue-900: #0B1147;
--sky-blue-950: #070B2C;
}