Sky Blue
#9597F3
BlueColor Codes
All color formats for development
HEX
#9597F3RGB
rgb(149, 151, 243)HSL
hsl(239, 80%, 77%)OKLCH
oklch(0.713 0.133 281.5)CMYK
cmyk(39%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7274EF
2#4F51EB
3#2B2FE7
4#181BD4
5#1416B1
6#10128D
7#0C0D6A
8#080947
9#040423
Tints
Lighter variations
1#A0A1F4
2#ABACF6
3#B5B6F7
4#C0C1F8
5#CACBF9
6#D5D5FA
7#DFE0FB
8#EAEAFD
9#F4F5FE
Tones
Muted variations
1#9A9CEF
2#9FA0EA
3#A4A5E5
4#A8A9E1
5#ADAEDC
6#B2B2D7
7#B6B7D2
8#BBBBCE
9#C0C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F1 #F1F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDF #DFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C4 #C3C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9597 #9597F3 | BordersInactive statesPlaceholder text |
| 400 | 5E61 #5E61ED | Disabled statesSecondary iconsMuted text |
| 500 | 3034 #3034E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1619 #1619CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1214 #1214A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D0E #0D0E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0809 #080949 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F1FD;
--sky-blue-100: #DFDFFB;
--sky-blue-200: #C3C4F8;
--sky-blue-300: #9597F3;
--sky-blue-400: #5E61ED;
--sky-blue-500: #3034E8;
--sky-blue-600: #1619CA;
--sky-blue-700: #1214A1;
--sky-blue-800: #0D0E73;
--sky-blue-900: #080949;
--sky-blue-950: #05062E;
}