Sky Blue
#9D97F2
BlueColor Codes
All color formats for development
HEX
#9D97F2RGB
rgb(157, 151, 242)HSL
hsl(244, 78%, 77%)OKLCH
oklch(0.718 0.131 285.6)CMYK
cmyk(35%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C74EE
2#5B51E9
3#3A2EE5
4#261AD2
5#2016AF
6#19118C
7#130D69
8#0D0946
9#060423
Tints
Lighter variations
1#A7A1F3
2#B0ABF5
3#BAB6F6
4#C4C0F7
5#CECBF9
6#D8D5FA
7#E2E0FB
8#EBEAFC
9#F5F5FE
Tones
Muted variations
1#A19BEE
2#A5A0E9
3#A9A4E4
4#ADA9E0
5#B1ADDB
6#B4B2D7
7#B8B7D2
8#BCBBCD
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DF #E1DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C4 #C7C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D97 #9D97F2 | BordersInactive statesPlaceholder text |
| 400 | 6960 #6960EB | Disabled statesSecondary iconsMuted text |
| 500 | 3F33 #3F33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2419 #2419C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D14 #1D149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 150E #150E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D09 #0D0949 | Primary textHigh emphasis contentDark headings |
| 950 | 0806 #08062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FD;
--sky-blue-100: #E1DFFB;
--sky-blue-200: #C7C4F8;
--sky-blue-300: #9D97F2;
--sky-blue-400: #6960EB;
--sky-blue-500: #3F33E6;
--sky-blue-600: #2419C8;
--sky-blue-700: #1D149F;
--sky-blue-800: #150E71;
--sky-blue-900: #0D0949;
--sky-blue-950: #08062D;
}