Sky Blue
#9DB5EC
BlueColor Codes
All color formats for development
HEX
#9DB5ECRGB
rgb(157, 181, 236)HSL
hsl(222, 68%, 77%)OKLCH
oklch(0.775 0.083 266.2)CMYK
cmyk(33%, 23%, 0%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B9BE6
2#5A82E0
3#3A69D9
4#2656C6
5#1F47A5
6#193984
7#132B63
8#0D1D42
9#060E21
Tints
Lighter variations
1#A6BCEE
2#B0C3F0
3#BACBF2
4#C4D2F4
5#CEDAF6
6#D8E1F7
7#E1E9F9
8#EBF0FB
9#F5F8FD
Tones
Muted variations
1#A0B6E8
2#A4B8E4
3#A8B9E0
4#ACBBDC
5#B0BCD8
6#B4BED4
7#B8C0D0
8#BCC1CC
9#C0C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D5 #C7D5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CB4 #9CB4EC | BordersInactive statesPlaceholder text |
| 400 | 698D #698DE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E6D #3E6DDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2452 #2452BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D41 #1D4196 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 142E #142E6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D1E #0D1E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0813 #08132B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FD;
--sky-blue-100: #E1E8F9;
--sky-blue-200: #C7D5F4;
--sky-blue-300: #9CB4EC;
--sky-blue-400: #698DE2;
--sky-blue-500: #3E6DDA;
--sky-blue-600: #2452BC;
--sky-blue-700: #1D4196;
--sky-blue-800: #142E6B;
--sky-blue-900: #0D1E45;
--sky-blue-950: #08132B;
}