Sky Blue
#9ED4EA
BlueColor Codes
All color formats for development
HEX
#9ED4EARGB
rgb(158, 212, 234)HSL
hsl(197, 64%, 77%)OKLCH
oklch(0.84 0.064 225)CMYK
cmyk(32%, 9%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7FC6E3
2#5EB8DC
3#3EAAD5
4#2A96C1
5#237DA1
6#1C6481
7#154B61
8#0E3240
9#071920
Tints
Lighter variations
1#A8D9EC
2#B2DDEE
3#BCE1F0
4#C5E6F2
5#CFEAF4
6#D9EEF7
7#E2F2F9
8#ECF7FB
9#F5FBFD
Tones
Muted variations
1#A3D3E6
2#A6D1E2
3#AAD0DF
4#AECEDB
5#B2CCD7
6#B5CBD3
7#B9C9D0
8#BDC8CC
9#C1C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F2 #E2F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E7 #C9E7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD5 #9FD5EA | BordersInactive statesPlaceholder text |
| 400 | 6DBF #6DBFDF | Disabled statesSecondary iconsMuted text |
| 500 | 43AC #43ACD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 288F #288FB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2072 #207292 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1751 #175169 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F34 #0F3443 | Primary textHigh emphasis contentDark headings |
| 950 | 0921 #09212A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E2F2F9;
--sky-blue-200: #C9E7F3;
--sky-blue-300: #9FD5EA;
--sky-blue-400: #6DBFDF;
--sky-blue-500: #43ACD6;
--sky-blue-600: #288FB8;
--sky-blue-700: #207292;
--sky-blue-800: #175169;
--sky-blue-900: #0F3443;
--sky-blue-950: #09212A;
}