Sky Blue
#9FAFE9
BlueColor Codes
All color formats for development
HEX
#9FAFE9RGB
rgb(159, 175, 233)HSL
hsl(227, 63%, 77%)OKLCH
oklch(0.763 0.085 272.3)CMYK
cmyk(32%, 25%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F95E2
2#5F7ADB
3#3F5FD4
4#2C4CC0
5#243FA0
6#1D3380
7#162660
8#0F1940
9#070D20
Tints
Lighter variations
1#A9B7EB
2#B3BFEE
3#BCC7F0
4#C6CFF2
5#CFD7F4
6#D9DFF6
7#E2E7F8
8#ECEFFB
9#F5F7FD
Tones
Muted variations
1#A3B2E6
2#A7B4E2
3#AAB6DE
4#AEB8DB
5#B2BAD7
6#B6BCD3
7#B9BECF
8#BDC0CC
9#C1C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D2 #C9D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAF #9FAFE9 | BordersInactive statesPlaceholder text |
| 400 | 6E86 #6E86DE | Disabled statesSecondary iconsMuted text |
| 500 | 4463 #4463D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A48 #2A48B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2139 #213991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1829 #182968 | 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: #F3F5FC;
--sky-blue-100: #E2E7F8;
--sky-blue-200: #C9D2F3;
--sky-blue-300: #9FAFE9;
--sky-blue-400: #6E86DE;
--sky-blue-500: #4463D5;
--sky-blue-600: #2A48B7;
--sky-blue-700: #213991;
--sky-blue-800: #182968;
--sky-blue-900: #0F1A43;
--sky-blue-950: #09102A;
}