Sky Blue
#9CD4EC
BlueColor Codes
All color formats for development
HEX
#9CD4ECRGB
rgb(156, 212, 236)HSL
hsl(198, 68%, 77%)OKLCH
oklch(0.84 0.067 226.3)CMYK
cmyk(34%, 10%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BC6E6
2#5AB8E0
3#3AA9D9
4#2696C6
5#1F7DA5
6#196484
7#134B63
8#0D3242
9#061921
Tints
Lighter variations
1#A6D9EE
2#B0DDF0
3#BAE1F2
4#C4E5F4
5#CEEAF6
6#D8EEF7
7#E1F2F9
8#EBF6FB
9#F5FBFD
Tones
Muted variations
1#A0D3E8
2#A4D1E4
3#A8D0E0
4#ACCEDC
5#B0CCD8
6#B4CBD4
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 #C7E7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD4 #9CD4EC | BordersInactive statesPlaceholder text |
| 400 | 69BE #69BEE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EAB #3EABDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 248F #248FBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D72 #1D7296 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1451 #14516B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3445 | Primary textHigh emphasis contentDark headings |
| 950 | 0820 #08202B | 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: #C7E7F4;
--sky-blue-300: #9CD4EC;
--sky-blue-400: #69BEE2;
--sky-blue-500: #3EABDA;
--sky-blue-600: #248FBC;
--sky-blue-700: #1D7296;
--sky-blue-800: #14516B;
--sky-blue-900: #0D3445;
--sky-blue-950: #08202B;
}