Sky Blue
#9FA8E9
BlueColor Codes
All color formats for development
HEX
#9FA8E9RGB
rgb(159, 168, 233)HSL
hsl(233, 63%, 77%)OKLCH
oklch(0.749 0.094 277.8)CMYK
cmyk(32%, 28%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F8BE2
2#5F6EDB
3#3F51D4
4#2C3DC0
5#2433A0
6#1D2980
7#161E60
8#0F1440
9#070A20
Tints
Lighter variations
1#A9B1EB
2#B3B9EE
3#BCC2F0
4#C6CBF2
5#CFD4F4
6#D9DCF6
7#E2E5F8
8#ECEEFB
9#F5F6FD
Tones
Muted variations
1#A3ABE6
2#A7AEE2
3#AAB1DE
4#AEB3DB
5#B2B6D7
6#B6B9D3
7#B9BCCF
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 | C9CE #C9CEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA8 #9FA8E9 | BordersInactive statesPlaceholder text |
| 400 | 6E7B #6E7BDE | Disabled statesSecondary iconsMuted text |
| 500 | 4455 #4455D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A3A #2A3AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 212E #212E91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1821 #182168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F15 #0F1543 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | 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: #C9CEF3;
--sky-blue-300: #9FA8E9;
--sky-blue-400: #6E7BDE;
--sky-blue-500: #4455D5;
--sky-blue-600: #2A3AB7;
--sky-blue-700: #212E91;
--sky-blue-800: #182168;
--sky-blue-900: #0F1543;
--sky-blue-950: #090D2A;
}