Sky Blue
#9FAFEA
BlueColor Codes
All color formats for development
HEX
#9FAFEARGB
rgb(159, 175, 234)HSL
hsl(227, 64%, 77%)OKLCH
oklch(0.763 0.087 272.5)CMYK
cmyk(32%, 25%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F94E3
2#5E7ADC
3#3E5FD5
4#2A4BC1
5#233FA1
6#1C3281
7#152661
8#0E1940
9#070D20
Tints
Lighter variations
1#A8B7EC
2#B2BFEE
3#BCC7F0
4#C5CFF2
5#CFD7F4
6#D9DFF7
7#E2E7F9
8#ECEFFB
9#F5F7FD
Tones
Muted variations
1#A3B1E6
2#A6B3E2
3#AAB5DF
4#AEB8DB
5#B2BAD7
6#B5BCD3
7#B9BED0
8#BDC0CC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D2 #C9D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAF #9FAFEA | BordersInactive statesPlaceholder text |
| 400 | 6D85 #6D85DF | Disabled statesSecondary iconsMuted text |
| 500 | 4363 #4363D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2848 #2848B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2039 #203992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1729 #172969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1A #0F1A43 | 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: #F2F5FC;
--sky-blue-100: #E2E7F9;
--sky-blue-200: #C9D2F3;
--sky-blue-300: #9FAFEA;
--sky-blue-400: #6D85DF;
--sky-blue-500: #4363D6;
--sky-blue-600: #2848B8;
--sky-blue-700: #203992;
--sky-blue-800: #172969;
--sky-blue-900: #0F1A43;
--sky-blue-950: #09102A;
}