Sky Blue
#9CD5ED
BlueColor Codes
All color formats for development
HEX
#9CD5EDRGB
rgb(156, 213, 237)HSL
hsl(198, 69%, 77%)OKLCH
oklch(0.842 0.067 225.9)CMYK
cmyk(34%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BC6E7
2#5AB8E1
3#38AADB
4#2596C7
5#1E7DA6
6#186485
7#124B64
8#0C3242
9#061921
Tints
Lighter variations
1#A6D9EF
2#B0DDF0
3#BAE1F2
4#C4E6F4
5#CDEAF6
6#D7EEF8
7#E1F2FA
8#EBF7FB
9#F5FBFD
Tones
Muted variations
1#A0D3E9
2#A4D1E5
3#A8D0E1
4#ACCEDD
5#B0CCD9
6#B4CBD5
7#B8C9D0
8#BCC8CC
9#C0C6C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E7 #C7E7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD5 #9CD5ED | BordersInactive statesPlaceholder text |
| 400 | 68BE #68BEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DAC #3DACDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238F #238FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C72 #1C7297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1451 #14516C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3445 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F2F9;
--sky-blue-200: #C7E7F5;
--sky-blue-300: #9CD5ED;
--sky-blue-400: #68BEE3;
--sky-blue-500: #3DACDB;
--sky-blue-600: #238FBE;
--sky-blue-700: #1C7297;
--sky-blue-800: #14516C;
--sky-blue-900: #0D3445;
--sky-blue-950: #08212B;
}