Sky Blue
#9AA7EF
BlueColor Codes
All color formats for development
HEX
#9AA7EFRGB
rgb(154, 167, 239)HSL
hsl(231, 73%, 77%)OKLCH
oklch(0.746 0.105 275.7)CMYK
cmyk(36%, 30%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7889EA
2#566BE5
3#344DDF
4#203ACC
5#1B30AA
6#152688
7#101D66
8#0B1344
9#050A22
Tints
Lighter variations
1#A4AFF1
2#AEB8F2
3#B8C1F4
4#C2CAF5
5#CCD3F7
6#D6DCF9
7#E1E4FA
8#EBEDFC
9#F5F6FD
Tones
Muted variations
1#9EA9EB
2#A2ACE7
3#A6AFE2
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 | C6CD #C6CDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AA6 #9AA6EF | BordersInactive statesPlaceholder text |
| 400 | 6578 #6578E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3852 #3852E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E37 #1E37C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 182C #182C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 111F #111F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B14 #0B1447 | 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: #C6CDF6;
--sky-blue-300: #9AA6EF;
--sky-blue-400: #6578E7;
--sky-blue-500: #3852E0;
--sky-blue-600: #1E37C2;
--sky-blue-700: #182C9A;
--sky-blue-800: #111F6E;
--sky-blue-900: #0B1447;
--sky-blue-950: #070C2C;
}