Sky Blue
#9CCBEC
BlueColor Codes
All color formats for development
HEX
#9CCBECRGB
rgb(156, 203, 236)HSL
hsl(205, 68%, 77%)OKLCH
oklch(0.82 0.068 239.3)CMYK
cmyk(34%, 14%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BBAE6
2#5AA8E0
3#3A97D9
4#2683C6
5#1F6DA5
6#195784
7#134263
8#0D2C42
9#061621
Tints
Lighter variations
1#A6D0EE
2#B0D5F0
3#BADBF2
4#C4E0F4
5#CEE5F6
6#D8EAF7
7#E1EFF9
8#EBF5FB
9#F5FAFD
Tones
Muted variations
1#A0CAE8
2#A4CAE4
3#A8C9E0
4#ACC8DC
5#B0C8D8
6#B4C7D4
7#B8C6D0
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 | E1EF #E1EFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E2 #C7E2F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCB #9CCBEC | BordersInactive statesPlaceholder text |
| 400 | 69B0 #69B0E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E99 #3E99DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 247D #247DBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D63 #1D6396 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1447 #14476B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2D #0D2D45 | Primary textHigh emphasis contentDark headings |
| 950 | 081C #081C2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EFF9;
--sky-blue-200: #C7E2F4;
--sky-blue-300: #9CCBEC;
--sky-blue-400: #69B0E2;
--sky-blue-500: #3E99DA;
--sky-blue-600: #247DBC;
--sky-blue-700: #1D6396;
--sky-blue-800: #14476B;
--sky-blue-900: #0D2D45;
--sky-blue-950: #081C2B;
}