Sky Blue
#9CC6ED
BlueColor Codes
All color formats for development
HEX
#9CC6EDRGB
rgb(156, 198, 237)HSL
hsl(209, 69%, 77%)OKLCH
oklch(0.81 0.071 246.8)CMYK
cmyk(34%, 16%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BB3E7
2#5A9FE1
3#388CDB
4#2579C7
5#1E64A6
6#185085
7#123C64
8#0C2842
9#061421
Tints
Lighter variations
1#A6CBEF
2#B0D1F0
3#BAD7F2
4#C4DDF4
5#CDE2F6
6#D7E8F8
7#E1EEFA
8#EBF4FB
9#F5F9FD
Tones
Muted variations
1#A0C6E9
2#A4C5E5
3#A8C5E1
4#ACC5DD
5#B0C5D9
6#B4C5D5
7#B8C5D0
8#BCC5CC
9#C0C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DF #C7DFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC6 #9CC6ED | BordersInactive statesPlaceholder text |
| 400 | 68A8 #68A8E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D8F #3D8FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2373 #2373BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C5B #1C5B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1441 #14416C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2A #0D2A45 | Primary textHigh emphasis contentDark headings |
| 950 | 081A #081A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F8FD;
--sky-blue-100: #E1EEF9;
--sky-blue-200: #C7DFF5;
--sky-blue-300: #9CC6ED;
--sky-blue-400: #68A8E3;
--sky-blue-500: #3D8FDB;
--sky-blue-600: #2373BE;
--sky-blue-700: #1C5B97;
--sky-blue-800: #14416C;
--sky-blue-900: #0D2A45;
--sky-blue-950: #081A2B;
}