Sky Blue
#9EB2EB
BlueColor Codes
All color formats for development
HEX
#9EB2EBRGB
rgb(158, 178, 235)HSL
hsl(224, 66%, 77%)OKLCH
oklch(0.769 0.085 269.4)CMYK
cmyk(33%, 24%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D99E4
2#5C7FDE
3#3C65D7
4#2852C4
5#2144A3
6#1B3682
7#142962
8#0D1B41
9#070E21
Tints
Lighter variations
1#A7BAED
2#B1C2EF
3#BBC9F1
4#C5D1F3
5#CED9F5
6#D8E0F7
7#E2E8F9
8#ECF0FB
9#F5F7FD
Tones
Muted variations
1#A2B4E7
2#A5B6E3
3#A9B8DF
4#ADBADC
5#B1BBD8
6#B5BDD4
7#B9BFD0
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 | C8D4 #C8D4F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB2 #9EB2EB | BordersInactive statesPlaceholder text |
| 400 | 6B8A #6B8AE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4169 #4169D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 264E #264EBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E3E #1E3E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162C #162C6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1C #0E1C44 | Primary textHigh emphasis contentDark headings |
| 950 | 0912 #09122A | 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: #C8D4F4;
--sky-blue-300: #9EB2EB;
--sky-blue-400: #6B8AE1;
--sky-blue-500: #4169D8;
--sky-blue-600: #264EBA;
--sky-blue-700: #1E3E94;
--sky-blue-800: #162C6A;
--sky-blue-900: #0E1C44;
--sky-blue-950: #09122A;
}