Sky Blue
#9CC3ED
BlueColor Codes
All color formats for development
HEX
#9CC3EDRGB
rgb(156, 195, 237)HSL
hsl(211, 69%, 77%)OKLCH
oklch(0.804 0.073 250.6)CMYK
cmyk(34%, 18%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7BAFE7
2#5A9BE1
3#3887DB
4#2573C7
5#1E60A6
6#184D85
7#123A64
8#0C2642
9#061321
Tints
Lighter variations
1#A6C9EF
2#B0CFF0
3#BAD5F2
4#C4DBF4
5#CDE1F6
6#D7E7F8
7#E1EDFA
8#EBF3FB
9#F5F9FD
Tones
Muted variations
1#A0C3E9
2#A4C3E5
3#A8C3E1
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 | C7DD #C7DDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC3 #9CC3ED | BordersInactive statesPlaceholder text |
| 400 | 68A4 #68A4E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D8A #3D8ADB | Primary brand colorCTAsActive elementsLinks |
| 600 | 236E #236EBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C57 #1C5797 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143E #143E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D28 #0D2845 | Primary textHigh emphasis contentDark headings |
| 950 | 0819 #08192B | 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: #C7DDF5;
--sky-blue-300: #9CC3ED;
--sky-blue-400: #68A4E3;
--sky-blue-500: #3D8ADB;
--sky-blue-600: #236EBE;
--sky-blue-700: #1C5797;
--sky-blue-800: #143E6C;
--sky-blue-900: #0D2845;
--sky-blue-950: #08192B;
}