Sky Blue
#9EB5EB
BlueColor Codes
All color formats for development
HEX
#9EB5EBRGB
rgb(158, 181, 235)HSL
hsl(222, 66%, 77%)OKLCH
oklch(0.775 0.082 266.6)CMYK
cmyk(33%, 23%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D9CE4
2#5C83DE
3#3C6AD7
4#2857C4
5#2148A3
6#1B3A82
7#142B62
8#0D1D41
9#070E21
Tints
Lighter variations
1#A7BCED
2#B1C4EF
3#BBCBF1
4#C5D3F3
5#CEDAF5
6#D8E1F7
7#E2E9F9
8#ECF0FB
9#F5F8FD
Tones
Muted variations
1#A2B6E7
2#A5B8E3
3#A9BADF
4#ADBBDC
5#B1BDD8
6#B5BED4
7#B9C0D0
8#BDC1CC
9#C0C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D5 #C8D5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB5 #9EB5EB | BordersInactive statesPlaceholder text |
| 400 | 6B8E #6B8EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 416E #416ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2653 #2653BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E42 #1E4294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162F #162F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1E #0E1E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FC;
--sky-blue-100: #E1E8F9;
--sky-blue-200: #C8D5F4;
--sky-blue-300: #9EB5EB;
--sky-blue-400: #6B8EE1;
--sky-blue-500: #416ED8;
--sky-blue-600: #2653BA;
--sky-blue-700: #1E4294;
--sky-blue-800: #162F6A;
--sky-blue-900: #0E1E44;
--sky-blue-950: #09132A;
}