Sky Blue
#9FD6E9
BlueColor Codes
All color formats for development
HEX
#9FD6E9RGB
rgb(159, 214, 233)HSL
hsl(195, 63%, 77%)OKLCH
oklch(0.845 0.062 221.2)CMYK
cmyk(32%, 8%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FC9E2
2#5FBCDB
3#3FAED4
4#2C9BC0
5#2481A0
6#1D6780
7#164D60
8#0F3440
9#071A20
Tints
Lighter variations
1#A9DBEB
2#B3DFEE
3#BCE3F0
4#C6E7F2
5#CFEBF4
6#D9EFF6
7#E2F3F8
8#ECF7FB
9#F5FBFD
Tones
Muted variations
1#A3D5E6
2#A7D3E2
3#AAD1DE
4#AECFDB
5#B2CED7
6#B6CCD3
7#B9CACF
8#BDC8CC
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F3 #E2F3F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E8 #C9E8F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD7 #9FD7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC2 #6EC2DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B0 #44B0D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A94 #2A94B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2175 #217591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1854 #185468 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F36 #0F3643 | Primary textHigh emphasis contentDark headings |
| 950 | 0922 #09222A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F3F8;
--sky-blue-200: #C9E8F3;
--sky-blue-300: #9FD7E9;
--sky-blue-400: #6EC2DE;
--sky-blue-500: #44B0D5;
--sky-blue-600: #2A94B7;
--sky-blue-700: #217591;
--sky-blue-800: #185468;
--sky-blue-900: #0F3643;
--sky-blue-950: #09222A;
}