Sky Blue
#9FC3E9
BlueColor Codes
All color formats for development
HEX
#9FC3E9RGB
rgb(159, 195, 233)HSL
hsl(211, 63%, 77%)OKLCH
oklch(0.804 0.067 250)CMYK
cmyk(32%, 16%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FAFE2
2#5F9BDB
3#3F87D4
4#2C73C0
5#2460A0
6#1D4D80
7#163A60
8#0F2640
9#071320
Tints
Lighter variations
1#A9C9EB
2#B3CFEE
3#BCD5F0
4#C6DBF2
5#CFE1F4
6#D9E7F6
7#E2EDF8
8#ECF3FB
9#F5F9FD
Tones
Muted variations
1#A3C3E6
2#A7C3E2
3#AAC3DE
4#AEC4DB
5#B2C4D7
6#B6C4D3
7#B9C4CF
8#BDC4CC
9#C1C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2ED #E2EDF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DD #C9DDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC3 #9FC3E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA4 #6EA4DE | Disabled statesSecondary iconsMuted text |
| 500 | 448A #448AD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A6E #2A6EB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2157 #215791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183E #183E68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F28 #0F2843 | Primary textHigh emphasis contentDark headings |
| 950 | 0919 #09192A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2EDF8;
--sky-blue-200: #C9DDF3;
--sky-blue-300: #9FC3E9;
--sky-blue-400: #6EA4DE;
--sky-blue-500: #448AD5;
--sky-blue-600: #2A6EB7;
--sky-blue-700: #215791;
--sky-blue-800: #183E68;
--sky-blue-900: #0F2843;
--sky-blue-950: #09192A;
}