Sky Blue
#9AB5EF
BlueColor Codes
All color formats for development
HEX
#9AB5EFRGB
rgb(154, 181, 239)HSL
hsl(221, 73%, 77%)OKLCH
oklch(0.774 0.089 265.1)CMYK
cmyk(36%, 24%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#789CEA
2#5683E5
3#346ADF
4#2056CC
5#1B48AA
6#153A88
7#102B66
8#0B1D44
9#050E22
Tints
Lighter variations
1#A4BCF1
2#AEC4F2
3#B8CBF4
4#C2D2F5
5#CCDAF7
6#D6E1F9
7#E1E9FA
8#EBF0FC
9#F5F8FD
Tones
Muted variations
1#9EB6EB
2#A2B8E7
3#A6B9E2
4#ABBBDE
5#AFBDDA
6#B3BED5
7#B8C0D1
8#BCC1CD
9#C0C3C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E8 #E0E8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D5 #C6D5F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB5 #9AB5EF | BordersInactive statesPlaceholder text |
| 400 | 658E #658EE7 | Disabled statesSecondary iconsMuted text |
| 500 | 386E #386EE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E52 #1E52C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1841 #18419A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 112F #112F6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1E #0B1E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0713 #07132C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F5FD;
--sky-blue-100: #E0E8FA;
--sky-blue-200: #C6D5F6;
--sky-blue-300: #9AB5EF;
--sky-blue-400: #658EE7;
--sky-blue-500: #386EE0;
--sky-blue-600: #1E52C2;
--sky-blue-700: #18419A;
--sky-blue-800: #112F6E;
--sky-blue-900: #0B1E47;
--sky-blue-950: #07132C;
}