Sky Blue
#9ED4EB
BlueColor Codes
All color formats for development
HEX
#9ED4EBRGB
rgb(158, 212, 235)HSL
hsl(198, 66%, 77%)OKLCH
oklch(0.84 0.064 226.1)CMYK
cmyk(33%, 10%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DC5E4
2#5CB7DE
3#3CA8D7
4#2895C4
5#217CA3
6#1B6382
7#144A62
8#0D3241
9#071921
Tints
Lighter variations
1#A7D8ED
2#B1DCEF
3#BBE1F1
4#C5E5F3
5#CEE9F5
6#D8EEF7
7#E2F2F9
8#ECF6FB
9#F5FBFD
Tones
Muted variations
1#A2D2E7
2#A5D1E3
3#A9CFDF
4#ADCEDC
5#B1CCD8
6#B5CBD4
7#B9C9D0
8#BDC7CC
9#C0C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8E7 #C8E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ED4 #9ED4EB | BordersInactive statesPlaceholder text |
| 400 | 6BBD #6BBDE1 | Disabled statesSecondary iconsMuted text |
| 500 | 41AB #41ABD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 268E #268EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E71 #1E7194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1651 #16516A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E34 #0E3444 | Primary textHigh emphasis contentDark headings |
| 950 | 0920 #09202A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E1F2F9;
--sky-blue-200: #C8E7F4;
--sky-blue-300: #9ED4EB;
--sky-blue-400: #6BBDE1;
--sky-blue-500: #41ABD8;
--sky-blue-600: #268EBA;
--sky-blue-700: #1E7194;
--sky-blue-800: #16516A;
--sky-blue-900: #0E3444;
--sky-blue-950: #09202A;
}