Sky Blue
#9CCCEC
BlueColor Codes
All color formats for development
HEX
#9CCCECRGB
rgb(156, 204, 236)HSL
hsl(204, 68%, 77%)OKLCH
oklch(0.822 0.068 237.8)CMYK
cmyk(34%, 14%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BBBE6
2#5AAAE0
3#3A99D9
4#2686C6
5#1F70A5
6#195984
7#134363
8#0D2D42
9#061621
Tints
Lighter variations
1#A6D1EE
2#B0D6F0
3#BADCF2
4#C4E1F4
5#CEE6F6
6#D8EBF7
7#E1F0F9
8#EBF5FB
9#F5FAFD
Tones
Muted variations
1#A0CCE8
2#A4CBE4
3#A8CAE0
4#ACC9DC
5#B0C8D8
6#B4C8D4
7#B8C7D0
8#BCC6CC
9#C0C5C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCC #9CCCEC | BordersInactive statesPlaceholder text |
| 400 | 69B2 #69B2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E9C #3E9CDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247F #247FBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D65 #1D6596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1448 #14486B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2E #0D2E45 | Primary textHigh emphasis contentDark headings |
| 950 | 081D #081D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1F0F9;
--sky-blue-200: #C7E2F4;
--sky-blue-300: #9CCCEC;
--sky-blue-400: #69B2E2;
--sky-blue-500: #3E9CDA;
--sky-blue-600: #247FBC;
--sky-blue-700: #1D6596;
--sky-blue-800: #14486B;
--sky-blue-900: #0D2E45;
--sky-blue-950: #081D2B;
}