Sky Blue
#9AB8EF
BlueColor Codes
All color formats for development
HEX
#9AB8EFRGB
rgb(154, 184, 239)HSL
hsl(219, 73%, 77%)OKLCH
oklch(0.78 0.086 262.3)CMYK
cmyk(36%, 23%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#78A0EA
2#5688E5
3#3470DF
4#205CCC
5#1B4DAA
6#153D88
7#102E66
8#0B1F44
9#050F22
Tints
Lighter variations
1#A4BFF1
2#AEC6F2
3#B8CDF4
4#C2D4F5
5#CCDBF7
6#D6E2F9
7#E1EAFA
8#EBF1FC
9#F5F8FD
Tones
Muted variations
1#9EB9EB
2#A2BAE7
3#A6BBE2
4#ABBDDE
5#AFBEDA
6#B3BFD5
7#B8C0D1
8#BCC2CD
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E9 #E0E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB8 #9AB8EF | BordersInactive statesPlaceholder text |
| 400 | 6592 #6592E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3873 #3873E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E58 #1E58C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1846 #18469A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1132 #11326E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B20 #0B2047 | Primary textHigh emphasis contentDark headings |
| 950 | 0714 #07142C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F6FD;
--sky-blue-100: #E0E9FA;
--sky-blue-200: #C6D7F6;
--sky-blue-300: #9AB8EF;
--sky-blue-400: #6592E7;
--sky-blue-500: #3873E0;
--sky-blue-600: #1E58C2;
--sky-blue-700: #18469A;
--sky-blue-800: #11326E;
--sky-blue-900: #0B2047;
--sky-blue-950: #07142C;
}