Sky Blue
#9FC4E9
BlueColor Codes
All color formats for development
HEX
#9FC4E9RGB
rgb(159, 196, 233)HSL
hsl(210, 63%, 77%)OKLCH
oklch(0.806 0.066 248.7)CMYK
cmyk(32%, 16%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FB1E2
2#5F9DDB
3#3F89D4
4#2C76C0
5#2462A0
6#1D4F80
7#163B60
8#0F2740
9#071420
Tints
Lighter variations
1#A9CAEB
2#B3D0EE
3#BCD6F0
4#C6DCF2
5#CFE2F4
6#D9E8F6
7#E2EDF8
8#ECF3FB
9#F5F9FD
Tones
Muted variations
1#A3C4E6
2#A7C4E2
3#AAC4DE
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 | C9DE #C9DEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC4 #9FC4E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA6 #6EA6DE | Disabled statesSecondary iconsMuted text |
| 500 | 448C #448CD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A70 #2A70B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2159 #215991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1840 #184068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F29 #0F2943 | Primary textHigh emphasis contentDark headings |
| 950 | 091A #091A2A | 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: #C9DEF3;
--sky-blue-300: #9FC4E9;
--sky-blue-400: #6EA6DE;
--sky-blue-500: #448CD5;
--sky-blue-600: #2A70B7;
--sky-blue-700: #215991;
--sky-blue-800: #184068;
--sky-blue-900: #0F2943;
--sky-blue-950: #091A2A;
}