Sky Blue
#9FAAEA
BlueColor Codes
All color formats for development
HEX
#9FAAEARGB
rgb(159, 170, 234)HSL
hsl(231, 64%, 77%)OKLCH
oklch(0.753 0.093 276.4)CMYK
cmyk(32%, 27%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F8EE3
2#5E71DC
3#3E55D5
4#2A41C1
5#2336A1
6#1C2B81
7#152161
8#0E1640
9#070B20
Tints
Lighter variations
1#A8B3EC
2#B2BBEE
3#BCC4F0
4#C5CCF2
5#CFD5F4
6#D9DDF7
7#E2E6F9
8#ECEEFB
9#F5F7FD
Tones
Muted variations
1#A3ADE6
2#A6AFE2
3#AAB2DF
4#AEB5DB
5#B2B7D7
6#B5BAD3
7#B9BCD0
8#BDBFCC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CF #C9CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAA #9FAAEA | BordersInactive statesPlaceholder text |
| 400 | 6D7E #6D7EDF | Disabled statesSecondary iconsMuted text |
| 500 | 4359 #4359D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 283E #283EB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2031 #203192 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1723 #172369 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F17 #0F1743 | Primary textHigh emphasis contentDark headings |
| 950 | 090E #090E2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FC;
--sky-blue-100: #E2E5F9;
--sky-blue-200: #C9CFF3;
--sky-blue-300: #9FAAEA;
--sky-blue-400: #6D7EDF;
--sky-blue-500: #4359D6;
--sky-blue-600: #283EB8;
--sky-blue-700: #203192;
--sky-blue-800: #172369;
--sky-blue-900: #0F1743;
--sky-blue-950: #090E2A;
}