Sky Blue
#9FD8E9
CyanColor Codes
All color formats for development
HEX
#9FD8E9RGB
rgb(159, 216, 233)HSL
hsl(194, 63%, 77%)OKLCH
oklch(0.849 0.063 218.2)CMYK
cmyk(32%, 7%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FCBE2
2#5FBEDB
3#3FB1D4
4#2C9DC0
5#2483A0
6#1D6980
7#164F60
8#0F3440
9#071A20
Tints
Lighter variations
1#A9DCEB
2#B3E0EE
3#BCE4F0
4#C6E8F2
5#CFECF4
6#D9EFF6
7#E2F3F8
8#ECF7FB
9#F5FBFD
Tones
Muted variations
1#A3D6E6
2#A7D4E2
3#AAD2DE
4#AED0DB
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 | C9E9 #C9E9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD8 #9FD8E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC4 #6EC4DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B3 #44B3D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A96 #2A96B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2177 #217791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1855 #185568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | 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: #C9E9F3;
--sky-blue-300: #9FD8E9;
--sky-blue-400: #6EC4DE;
--sky-blue-500: #44B3D5;
--sky-blue-600: #2A96B7;
--sky-blue-700: #217791;
--sky-blue-800: #185568;
--sky-blue-900: #0F3743;
--sky-blue-950: #09222A;
}