Sky Blue
#9FC9E9
BlueColor Codes
All color formats for development
HEX
#9FC9E9RGB
rgb(159, 201, 233)HSL
hsl(206, 63%, 77%)OKLCH
oklch(0.817 0.063 241.4)CMYK
cmyk(32%, 14%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FB7E2
2#5FA5DB
3#3F93D4
4#2C80C0
5#246AA0
6#1D5580
7#164060
8#0F2B40
9#071520
Tints
Lighter variations
1#A9CFEB
2#B3D4EE
3#BCD9F0
4#C6DFF2
5#CFE4F4
6#D9EAF6
7#E2EFF8
8#ECF4FB
9#F5FAFD
Tones
Muted variations
1#A3C9E6
2#A7C8E2
3#AAC8DE
4#AEC7DB
5#B2C7D7
6#B6C6D3
7#B9C6CF
8#BDC5CC
9#C1C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EF #E2EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E1 #C9E1F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC9 #9FC9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EAD #6EADDE | Disabled statesSecondary iconsMuted text |
| 500 | 4496 #4496D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A7A #2A7AB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2161 #216191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1845 #184568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2C #0F2C43 | Primary textHigh emphasis contentDark headings |
| 950 | 091C #091C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E2EFF8;
--sky-blue-200: #C9E1F3;
--sky-blue-300: #9FC9E9;
--sky-blue-400: #6EADDE;
--sky-blue-500: #4496D5;
--sky-blue-600: #2A7AB7;
--sky-blue-700: #216191;
--sky-blue-800: #184568;
--sky-blue-900: #0F2C43;
--sky-blue-950: #091C2A;
}