Sky Blue
#9FAAE9
BlueColor Codes
All color formats for development
HEX
#9FAAE9RGB
rgb(159, 170, 233)HSL
hsl(231, 63%, 77%)OKLCH
oklch(0.753 0.092 276.3)CMYK
cmyk(32%, 27%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F8EE2
2#5F72DB
3#3F56D4
4#2C42C0
5#2437A0
6#1D2C80
7#162160
8#0F1640
9#070B20
Tints
Lighter variations
1#A9B3EB
2#B3BBEE
3#BCC4F0
4#C6CCF2
5#CFD5F4
6#D9DDF6
7#E2E6F8
8#ECEEFB
9#F5F7FD
Tones
Muted variations
1#A3ADE6
2#A7B0E2
3#AAB2DE
4#AEB5DB
5#B2B7D7
6#B6BAD3
7#B9BDCF
8#BDBFCC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E5 #E2E5F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CF #C9CFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAA #9FAAE9 | BordersInactive statesPlaceholder text |
| 400 | 6E7E #6E7EDE | Disabled statesSecondary iconsMuted text |
| 500 | 445A #445AD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A3F #2A3FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2132 #213291 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1824 #182468 | 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: #F3F4FC;
--sky-blue-100: #E2E5F8;
--sky-blue-200: #C9CFF3;
--sky-blue-300: #9FAAE9;
--sky-blue-400: #6E7EDE;
--sky-blue-500: #445AD5;
--sky-blue-600: #2A3FB7;
--sky-blue-700: #213291;
--sky-blue-800: #182468;
--sky-blue-900: #0F1743;
--sky-blue-950: #090E2A;
}