Sky Blue
#9BADED
BlueColor Codes
All color formats for development
HEX
#9BADEDRGB
rgb(155, 173, 237)HSL
hsl(227, 69%, 77%)OKLCH
oklch(0.758 0.095 271.9)CMYK
cmyk(35%, 27%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B92E7
2#5A77E1
3#385BDB
4#2548C7
5#1E3CA6
6#183085
7#122464
8#0C1842
9#060C21
Tints
Lighter variations
1#A6B6EF
2#B0BEF0
3#BAC6F2
4#C4CEF4
5#CDD6F6
6#D7DEF8
7#E1E7FA
8#EBEFFB
9#F5F7FD
Tones
Muted variations
1#A0B0E9
2#A4B2E5
3#A8B4E1
4#ACB7DD
5#B0B9D9
6#B4BBD5
7#B8BDD0
8#BCC0CC
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 | C7D1 #C7D1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CAD #9CADED | BordersInactive statesPlaceholder text |
| 400 | 6883 #6883E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D5F #3D5FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2344 #2344BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C36 #1C3697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1427 #14276C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D19 #0D1945 | Primary textHigh emphasis contentDark headings |
| 950 | 0810 #08102B | 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: #C7D1F5;
--sky-blue-300: #9CADED;
--sky-blue-400: #6883E3;
--sky-blue-500: #3D5FDB;
--sky-blue-600: #2344BE;
--sky-blue-700: #1C3697;
--sky-blue-800: #14276C;
--sky-blue-900: #0D1945;
--sky-blue-950: #08102B;
}