Sky Blue
#9CC2ED
BlueColor Codes
All color formats for development
HEX
#9CC2EDRGB
rgb(156, 194, 237)HSL
hsl(212, 69%, 77%)OKLCH
oklch(0.802 0.074 251.9)CMYK
cmyk(34%, 18%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BADE7
2#5A99E1
3#3884DB
4#2570C7
5#1E5EA6
6#184B85
7#123864
8#0C2542
9#061321
Tints
Lighter variations
1#A6C8EF
2#B0CEF0
3#BAD4F2
4#C4DAF4
5#CDE0F6
6#D7E6F8
7#E1EDFA
8#EBF3FB
9#F5F9FD
Tones
Muted variations
1#A0C2E9
2#A4C2E5
3#A8C2E1
4#ACC3DD
5#B0C3D9
6#B4C3D5
7#B8C4D0
8#BCC4CC
9#C0C4C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC2 #9CC2ED | BordersInactive statesPlaceholder text |
| 400 | 68A2 #68A2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D87 #3D87DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 236B #236BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C55 #1C5597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143D #143D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D27 #0D2745 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F7FD;
--sky-blue-100: #E1ECF9;
--sky-blue-200: #C7DCF5;
--sky-blue-300: #9CC2ED;
--sky-blue-400: #68A2E3;
--sky-blue-500: #3D87DB;
--sky-blue-600: #236BBE;
--sky-blue-700: #1C5597;
--sky-blue-800: #143D6C;
--sky-blue-900: #0D2745;
--sky-blue-950: #08182B;
}