Sky Blue
#9EC7EB
BlueColor Codes
All color formats for development
HEX
#9EC7EBRGB
rgb(158, 199, 235)HSL
hsl(208, 66%, 77%)OKLCH
oklch(0.813 0.067 245.3)CMYK
cmyk(33%, 15%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DB4E4
2#5CA1DE
3#3C8FD7
4#287BC4
5#2166A3
6#1B5282
7#143D62
8#0D2941
9#071421
Tints
Lighter variations
1#A7CDED
2#B1D2EF
3#BBD8F1
4#C5DDF3
5#CEE3F5
6#D8E9F7
7#E2EEF9
8#ECF4FB
9#F5F9FD
Tones
Muted variations
1#A2C7E7
2#A5C6E3
3#A9C6DF
4#ADC6DC
5#B1C6D8
6#B5C5D4
7#B9C5D0
8#BDC5CC
9#C0C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC7 #9EC7EB | BordersInactive statesPlaceholder text |
| 400 | 6BAA #6BAAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4191 #4191D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2675 #2675BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5D #1E5D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1643 #16436A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B44 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FC;
--sky-blue-100: #E1EEF9;
--sky-blue-200: #C8DFF4;
--sky-blue-300: #9EC7EB;
--sky-blue-400: #6BAAE1;
--sky-blue-500: #4191D8;
--sky-blue-600: #2675BA;
--sky-blue-700: #1E5D94;
--sky-blue-800: #16436A;
--sky-blue-900: #0E2B44;
--sky-blue-950: #091B2A;
}