Sky Blue
#9FA0EA
BlueColor Codes
All color formats for development
HEX
#9FA0EARGB
rgb(159, 160, 234)HSL
hsl(239, 64%, 77%)OKLCH
oklch(0.733 0.107 282.9)CMYK
cmyk(32%, 32%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F80E3
2#5E61DC
3#3E41D5
4#2A2DC1
5#2325A1
6#1C1E81
7#151661
8#0E0F40
9#070720
Tints
Lighter variations
1#A8AAEC
2#B2B3EE
3#BCBDF0
4#C5C6F2
5#CFD0F4
6#D9D9F7
7#E2E3F9
8#ECECFB
9#F5F6FD
Tones
Muted variations
1#A3A4E6
2#A6A7E2
3#AAABDF
4#AEAFDB
5#B2B2D7
6#B5B6D3
7#B9B9D0
8#BDBDCC
9#C1C1C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E2 #E2E2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C9 #C9C9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA0 #9FA0EA | BordersInactive statesPlaceholder text |
| 400 | 6D6F #6D6FDF | Disabled statesSecondary iconsMuted text |
| 500 | 4345 #4345D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 282B #282BB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2022 #202292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1718 #171869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F10 #0F1043 | Primary textHigh emphasis contentDark headings |
| 950 | 090A #090A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F3FC;
--sky-blue-100: #E2E2F9;
--sky-blue-200: #C9C9F3;
--sky-blue-300: #9FA0EA;
--sky-blue-400: #6D6FDF;
--sky-blue-500: #4345D6;
--sky-blue-600: #282BB8;
--sky-blue-700: #202292;
--sky-blue-800: #171869;
--sky-blue-900: #0F1043;
--sky-blue-950: #090A2A;
}