Sky Blue
#9FC1E9
BlueColor Codes
All color formats for development
HEX
#9FC1E9RGB
rgb(159, 193, 233)HSL
hsl(212, 63%, 77%)OKLCH
oklch(0.8 0.068 252.8)CMYK
cmyk(32%, 17%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FADE2
2#5F99DB
3#3F85D4
4#2C71C0
5#245EA0
6#1D4B80
7#163860
8#0F2640
9#071320
Tints
Lighter variations
1#A9C8EB
2#B3CEEE
3#BCD4F0
4#C6DAF2
5#CFE0F4
6#D9E7F6
7#E2EDF8
8#ECF3FB
9#F5F9FD
Tones
Muted variations
1#A3C2E6
2#A7C2E2
3#AAC3DE
4#AEC3DB
5#B2C3D7
6#B6C3D3
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 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DC #C9DCF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC2 #9FC2E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA2 #6EA2DE | Disabled statesSecondary iconsMuted text |
| 500 | 4487 #4487D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A6B #2A6BB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2156 #215691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 183D #183D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F27 #0F2743 | Primary textHigh emphasis contentDark headings |
| 950 | 0918 #09182A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E2ECF8;
--sky-blue-200: #C9DCF3;
--sky-blue-300: #9FC2E9;
--sky-blue-400: #6EA2DE;
--sky-blue-500: #4487D5;
--sky-blue-600: #2A6BB7;
--sky-blue-700: #215691;
--sky-blue-800: #183D68;
--sky-blue-900: #0F2743;
--sky-blue-950: #09182A;
}