Sky Blue
#9EBBEB
BlueColor Codes
All color formats for development
HEX
#9EBBEBRGB
rgb(158, 187, 235)HSL
hsl(217, 66%, 77%)OKLCH
oklch(0.788 0.076 260.4)CMYK
cmyk(33%, 20%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7DA5E4
2#5C8EDE
3#3C77D7
4#2864C4
5#2153A3
6#1B4282
7#143262
8#0D2141
9#071121
Tints
Lighter variations
1#A7C2ED
2#B1C9EF
3#BBD0F1
4#C5D6F3
5#CEDDF5
6#D8E4F7
7#E2EBF9
8#ECF1FB
9#F5F8FD
Tones
Muted variations
1#A2BCE7
2#A5BDE3
3#A9BEDF
4#ADBFDC
5#B1C0D8
6#B5C1D4
7#B9C2D0
8#BDC3CC
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 | C8D9 #C8D9F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBB #9EBBEB | BordersInactive statesPlaceholder text |
| 400 | 6B98 #6B98E1 | Disabled statesSecondary iconsMuted text |
| 500 | 417B #417BD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 265F #265FBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E4C #1E4C94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1636 #16366A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E23 #0E2344 | Primary textHigh emphasis contentDark headings |
| 950 | 0916 #09162A | 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: #C8D9F4;
--sky-blue-300: #9EBBEB;
--sky-blue-400: #6B98E1;
--sky-blue-500: #417BD8;
--sky-blue-600: #265FBA;
--sky-blue-700: #1E4C94;
--sky-blue-800: #16366A;
--sky-blue-900: #0E2344;
--sky-blue-950: #09162A;
}