Sky Blue
#9D8BFD
BlueColor Codes
All color formats for development
HEX
#9D8BFDRGB
rgb(157, 139, 253)HSL
hsl(249, 97%, 77%)OKLCH
oklch(0.702 0.163 288.7)CMYK
cmyk(38%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7C65FD
2#5B3EFC
3#3A17FB
4#2604E8
5#2003C1
6#19029B
7#130274
8#0D014D
9#060127
Tints
Lighter variations
1#A697FD
2#B0A3FE
3#BAAEFE
4#C4BAFE
5#CEC5FE
6#D8D1FE
7#E1DCFE
8#EBE8FF
9#F5F3FF
Tones
Muted variations
1#A191F8
2#A497F2
3#A89DEC
4#ACA2E6
5#B0A8E1
6#B4AEDB
7#B8B3D5
8#BCB9D0
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DC #E1DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7BE #C7BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9D8B #9D8BFD | BordersInactive statesPlaceholder text |
| 400 | 694F #694FFC | Disabled statesSecondary iconsMuted text |
| 500 | 3E1D #3E1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 2403 #2403DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D03 #1D03B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1402 #14027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D01 #0D0150 | Primary textHigh emphasis contentDark headings |
| 950 | 0801 #080132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FF;
--sky-blue-100: #E1DCFE;
--sky-blue-200: #C7BEFE;
--sky-blue-300: #9D8BFD;
--sky-blue-400: #694FFC;
--sky-blue-500: #3E1DFC;
--sky-blue-600: #2403DD;
--sky-blue-700: #1D03B0;
--sky-blue-800: #14027E;
--sky-blue-900: #0D0150;
--sky-blue-950: #080132;
}