Sky Blue
#9EB9EB
BlueColor Codes
All color formats for development
HEX
#9EB9EBRGB
rgb(158, 185, 235)HSL
hsl(219, 66%, 77%)OKLCH
oklch(0.783 0.078 262.6)CMYK
cmyk(33%, 21%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DA1E4
2#5C8ADE
3#3C72D7
4#285EC4
5#214FA3
6#1B3F82
7#142F62
8#0D1F41
9#071021
Tints
Lighter variations
1#A7C0ED
2#B1C7EF
3#BBCEF1
4#C5D5F3
5#CEDCF5
6#D8E3F7
7#E2EAF9
8#ECF1FB
9#F5F8FD
Tones
Muted variations
1#A2BAE7
2#A5BBE3
3#A9BCDF
4#ADBDDC
5#B1BFD8
6#B5C0D4
7#B9C1D0
8#BDC2CC
9#C0C3C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D7 #C8D7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB9 #9EB9EB | BordersInactive statesPlaceholder text |
| 400 | 6B94 #6B94E1 | Disabled statesSecondary iconsMuted text |
| 500 | 4176 #4176D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 265A #265ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E48 #1E4894 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1633 #16336A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E21 #0E2144 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FC;
--sky-blue-100: #E1EAF9;
--sky-blue-200: #C8D7F4;
--sky-blue-300: #9EB9EB;
--sky-blue-400: #6B94E1;
--sky-blue-500: #4176D8;
--sky-blue-600: #265ABA;
--sky-blue-700: #1E4894;
--sky-blue-800: #16336A;
--sky-blue-900: #0E2144;
--sky-blue-950: #09142A;
}