Sky Blue
#9CACED
BlueColor Codes
All color formats for development
HEX
#9CACEDRGB
rgb(156, 172, 237)HSL
hsl(228, 69%, 77%)OKLCH
oklch(0.756 0.095 273.3)CMYK
cmyk(34%, 27%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B90E7
2#5A75E1
3#3859DB
4#2545C7
5#1E3AA6
6#182E85
7#122364
8#0C1742
9#060C21
Tints
Lighter variations
1#A6B4EF
2#B0BDF0
3#BAC5F2
4#C4CDF4
5#CDD6F6
6#D7DEF8
7#E1E6FA
8#EBEEFB
9#F5F7FD
Tones
Muted variations
1#A0AEE9
2#A4B1E5
3#A8B3E1
4#ACB6DD
5#B0B8D9
6#B4BBD5
7#B8BDD0
8#BCBFCC
9#C0C2C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E6 #E1E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D0 #C7D0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAC #9CACED | BordersInactive statesPlaceholder text |
| 400 | 6881 #6881E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D5D #3D5DDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2342 #2342BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C34 #1C3497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1425 #14256C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D18 #0D1845 | Primary textHigh emphasis contentDark headings |
| 950 | 080F #080F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F4FD;
--sky-blue-100: #E1E6F9;
--sky-blue-200: #C7D0F5;
--sky-blue-300: #9CACED;
--sky-blue-400: #6881E3;
--sky-blue-500: #3D5DDB;
--sky-blue-600: #2342BE;
--sky-blue-700: #1C3497;
--sky-blue-800: #14256C;
--sky-blue-900: #0D1845;
--sky-blue-950: #080F2B;
}