Sky Blue
#9E97F2
BlueColor Codes
All color formats for development
HEX
#9E97F2RGB
rgb(158, 151, 242)HSL
hsl(245, 78%, 77%)OKLCH
oklch(0.719 0.131 286.1)CMYK
cmyk(35%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E74EE
2#5D51E9
3#3D2EE5
4#291AD2
5#2216AF
6#1B118C
7#150D69
8#0E0946
9#070423
Tints
Lighter variations
1#A8A1F3
2#B2ABF5
3#BBB6F6
4#C5C0F7
5#CFCBF9
6#D8D5FA
7#E2E0FB
8#ECEAFC
9#F5F5FE
Tones
Muted variations
1#A29BEE
2#A6A0E9
3#AAA4E4
4#ADA9E0
5#B1ADDB
6#B5B2D7
7#B9B7D2
8#BDBBCD
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DF #E2DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C4 #C8C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E97 #9E97F2 | BordersInactive statesPlaceholder text |
| 400 | 6C60 #6C60EB | Disabled statesSecondary iconsMuted text |
| 500 | 4233 #4233E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2719 #2719C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F14 #1F149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 160E #160E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E09 #0E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0906 #09062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FD;
--sky-blue-100: #E2DFFB;
--sky-blue-200: #C8C4F8;
--sky-blue-300: #9E97F2;
--sky-blue-400: #6C60EB;
--sky-blue-500: #4233E6;
--sky-blue-600: #2719C8;
--sky-blue-700: #1F149F;
--sky-blue-800: #160E71;
--sky-blue-900: #0E0949;
--sky-blue-950: #09062D;
}