Sky Blue
#9FAEE9
BlueColor Codes
All color formats for development
HEX
#9FAEE9RGB
rgb(159, 174, 233)HSL
hsl(228, 63%, 77%)OKLCH
oklch(0.761 0.087 273.2)CMYK
cmyk(32%, 25%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F93E2
2#5F78DB
3#3F5DD4
4#2C49C0
5#243DA0
6#1D3180
7#162560
8#0F1840
9#070C20
Tints
Lighter variations
1#A9B6EB
2#B3BEEE
3#BCC6F0
4#C6CFF2
5#CFD7F4
6#D9DFF6
7#E2E7F8
8#ECEFFB
9#F5F7FD
Tones
Muted variations
1#A3B0E6
2#A7B3E2
3#AAB5DE
4#AEB7DB
5#B2B9D7
6#B6BBD3
7#B9BECF
8#BDC0CC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D1 #C9D1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAE #9FAEE9 | BordersInactive statesPlaceholder text |
| 400 | 6E84 #6E84DE | Disabled statesSecondary iconsMuted text |
| 500 | 4461 #4461D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A46 #2A46B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2138 #213891 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1828 #182868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F19 #0F1943 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F4FC;
--sky-blue-100: #E2E6F8;
--sky-blue-200: #C9D1F3;
--sky-blue-300: #9FAEE9;
--sky-blue-400: #6E84DE;
--sky-blue-500: #4461D5;
--sky-blue-600: #2A46B7;
--sky-blue-700: #213891;
--sky-blue-800: #182868;
--sky-blue-900: #0F1943;
--sky-blue-950: #09102A;
}