Sky Blue
#9DC2EC
BlueColor Codes
All color formats for development
HEX
#9DC2ECRGB
rgb(157, 194, 236)HSL
hsl(212, 68%, 77%)OKLCH
oklch(0.802 0.072 251.9)CMYK
cmyk(33%, 18%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BADE6
2#5A99E0
3#3A84D9
4#2670C6
5#1F5EA5
6#194B84
7#133863
8#0D2542
9#061321
Tints
Lighter variations
1#A6C8EE
2#B0CEF0
3#BAD4F2
4#C4DAF4
5#CEE0F6
6#D8E6F7
7#E1EDF9
8#EBF3FB
9#F5F9FD
Tones
Muted variations
1#A0C2E8
2#A4C2E4
3#A8C2E0
4#ACC3DC
5#B0C3D8
6#B4C3D4
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 #C7DCF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC2 #9CC2EC | BordersInactive statesPlaceholder text |
| 400 | 69A2 #69A2E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E87 #3E87DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 246B #246BBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D55 #1D5596 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143D #143D6B | 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: #C7DCF4;
--sky-blue-300: #9CC2EC;
--sky-blue-400: #69A2E2;
--sky-blue-500: #3E87DA;
--sky-blue-600: #246BBC;
--sky-blue-700: #1D5596;
--sky-blue-800: #143D6B;
--sky-blue-900: #0D2745;
--sky-blue-950: #08182B;
}