Sky Blue
#9FD9E9
CyanColor Codes
All color formats for development
HEX
#9FD9E9RGB
rgb(159, 217, 233)HSL
hsl(193, 63%, 77%)OKLCH
oklch(0.851 0.063 216.7)CMYK
cmyk(32%, 7%, 0%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FCDE2
2#5FC0DB
3#3FB3D4
4#2CA0C0
5#2485A0
6#1D6B80
7#165060
8#0F3540
9#071B20
Tints
Lighter variations
1#A9DDEB
2#B3E1EE
3#BCE5F0
4#C6E8F2
5#CFECF4
6#D9F0F6
7#E2F4F8
8#ECF7FB
9#F5FBFD
Tones
Muted variations
1#A3D7E6
2#A7D5E2
3#AAD3DE
4#AED1DB
5#B2CFD7
6#B6CDD3
7#B9CBCF
8#BDC9CC
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F4 #E2F4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9EA #C9EAF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD9 #9FD9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EC6 #6EC6DE | Disabled statesSecondary iconsMuted text |
| 500 | 44B5 #44B5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A98 #2A98B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2179 #217991 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1857 #185768 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F37 #0F3743 | Primary textHigh emphasis contentDark headings |
| 950 | 0923 #09232A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E2F4F8;
--sky-blue-200: #C9EAF3;
--sky-blue-300: #9FD9E9;
--sky-blue-400: #6EC6DE;
--sky-blue-500: #44B5D5;
--sky-blue-600: #2A98B7;
--sky-blue-700: #217991;
--sky-blue-800: #185768;
--sky-blue-900: #0F3743;
--sky-blue-950: #09232A;
}