Sky Blue
#9EC3EB
BlueColor Codes
All color formats for development
HEX
#9EC3EBRGB
rgb(158, 195, 235)HSL
hsl(211, 66%, 77%)OKLCH
oklch(0.804 0.069 250.7)CMYK
cmyk(33%, 17%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DAFE4
2#5C9BDE
3#3C87D7
4#2873C4
5#2160A3
6#1B4D82
7#143A62
8#0D2641
9#071321
Tints
Lighter variations
1#A7C9ED
2#B1CFEF
3#BBD5F1
4#C5DBF3
5#CEE1F5
6#D8E7F7
7#E2EDF9
8#ECF3FB
9#F5F9FD
Tones
Muted variations
1#A2C3E7
2#A5C3E3
3#A9C3DF
4#ADC4DC
5#B1C4D8
6#B5C4D4
7#B9C4D0
8#BDC4CC
9#C0C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DD #C8DDF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC3 #9EC3EB | BordersInactive statesPlaceholder text |
| 400 | 6BA4 #6BA4E1 | Disabled statesSecondary iconsMuted text |
| 500 | 418A #418AD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 266E #266EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E57 #1E5794 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163E #163E6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E28 #0E2844 | 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: #F2F7FC;
--sky-blue-100: #E1EDF9;
--sky-blue-200: #C8DDF4;
--sky-blue-300: #9EC3EB;
--sky-blue-400: #6BA4E1;
--sky-blue-500: #418AD8;
--sky-blue-600: #266EBA;
--sky-blue-700: #1E5794;
--sky-blue-800: #163E6A;
--sky-blue-900: #0E2844;
--sky-blue-950: #09192A;
}