Sky Blue
#9A9EEF
BlueColor Codes
All color formats for development
HEX
#9A9EEFRGB
rgb(154, 158, 239)HSL
hsl(237, 73%, 77%)OKLCH
oklch(0.728 0.117 280.9)CMYK
cmyk(36%, 34%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#787DEA
2#565DE5
3#343CDF
4#2028CC
5#1B22AA
6#151B88
7#101466
8#0B0D44
9#050722
Tints
Lighter variations
1#A4A8F1
2#AEB1F2
3#B8BBF4
4#C2C5F5
5#CCCEF7
6#D6D8F9
7#E1E2FA
8#EBECFC
9#F5F5FD
Tones
Muted variations
1#9EA2EB
2#A2A6E7
3#A6A9E2
4#ABADDE
5#AFB1DA
6#B3B5D5
7#B8B9D1
8#BCBDCD
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F2 #F2F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E1 #E0E1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6C8 #C6C8F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9A9E #9A9EEF | BordersInactive statesPlaceholder text |
| 400 | 656B #656BE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3841 #3841E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E26 #1E26C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 181F #181F9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1116 #11166E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B0E #0B0E47 | Primary textHigh emphasis contentDark headings |
| 950 | 0709 #07092C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F2FD;
--sky-blue-100: #E0E1FA;
--sky-blue-200: #C6C8F6;
--sky-blue-300: #9A9EEF;
--sky-blue-400: #656BE7;
--sky-blue-500: #3841E0;
--sky-blue-600: #1E26C2;
--sky-blue-700: #181F9A;
--sky-blue-800: #11166E;
--sky-blue-900: #0B0E47;
--sky-blue-950: #07092C;
}