Sky Blue
#9CC4ED
BlueColor Codes
All color formats for development
HEX
#9CC4EDRGB
rgb(156, 196, 237)HSL
hsl(210, 69%, 77%)OKLCH
oklch(0.806 0.072 249.4)CMYK
cmyk(34%, 17%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BB1E7
2#5A9DE1
3#3889DB
4#2576C7
5#1E62A6
6#184F85
7#123B64
8#0C2742
9#061421
Tints
Lighter variations
1#A6CAEF
2#B0D0F0
3#BAD6F2
4#C4DCF4
5#CDE2F6
6#D7E8F8
7#E1EDFA
8#EBF3FB
9#F5F9FD
Tones
Muted variations
1#A0C4E9
2#A4C4E5
3#A8C4E1
4#ACC4DD
5#B0C4D9
6#B4C4D5
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 | E1ED #E1EDF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DE #C7DEF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC4 #9CC4ED | BordersInactive statesPlaceholder text |
| 400 | 68A6 #68A6E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D8C #3D8CDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2370 #2370BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C59 #1C5997 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1440 #14406C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D29 #0D2945 | 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: #F2F7FD;
--sky-blue-100: #E1EDF9;
--sky-blue-200: #C7DEF5;
--sky-blue-300: #9CC4ED;
--sky-blue-400: #68A6E3;
--sky-blue-500: #3D8CDB;
--sky-blue-600: #2370BE;
--sky-blue-700: #1C5997;
--sky-blue-800: #14406C;
--sky-blue-900: #0D2945;
--sky-blue-950: #081A2B;
}