Sky Blue
#9ABCEF
BlueColor Codes
All color formats for development
HEX
#9ABCEFRGB
rgb(154, 188, 239)HSL
hsl(216, 73%, 77%)OKLCH
oklch(0.789 0.082 258.3)CMYK
cmyk(36%, 21%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78A5EA
2#568FE5
3#3478DF
4#2065CC
5#1B54AA
6#154388
7#103266
8#0B2244
9#051122
Tints
Lighter variations
1#A4C3F1
2#AEC9F2
3#B8D0F4
4#C2D7F5
5#CCDDF7
6#D6E4F9
7#E1EBFA
8#EBF2FC
9#F5F8FD
Tones
Muted variations
1#9EBDEB
2#A2BDE7
3#A6BEE2
4#ABBFDE
5#AFC0DA
6#B3C1D5
7#B8C2D1
8#BCC3CD
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABC #9ABCEF | BordersInactive statesPlaceholder text |
| 400 | 6599 #6599E7 | Disabled statesSecondary iconsMuted text |
| 500 | 387B #387BE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E60 #1E60C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 184C #184C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1136 #11366E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B23 #0B2347 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FD;
--sky-blue-100: #E0EBFA;
--sky-blue-200: #C6D9F6;
--sky-blue-300: #9ABCEF;
--sky-blue-400: #6599E7;
--sky-blue-500: #387BE0;
--sky-blue-600: #1E60C2;
--sky-blue-700: #184C9A;
--sky-blue-800: #11366E;
--sky-blue-900: #0B2347;
--sky-blue-950: #07162C;
}