Sky Blue
#958BFD
BlueColor Codes
All color formats for development
HEX
#958BFDRGB
rgb(149, 139, 253)HSL
hsl(245, 97%, 77%)OKLCH
oklch(0.696 0.163 285.3)CMYK
cmyk(41%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7165FD
2#4E3EFC
3#2A17FB
4#1704E8
5#1303C1
6#0F029B
7#0B0274
8#08014D
9#040127
Tints
Lighter variations
1#A097FD
2#AAA3FE
3#B5AEFE
4#BFBAFE
5#CAC5FE
6#D5D1FE
7#DFDCFE
8#EAE8FF
9#F4F3FF
Tones
Muted variations
1#9A91F8
2#9E97F2
3#A39DEC
4#A8A2E6
5#ADA8E1
6#B1AEDB
7#B6B3D5
8#BBB9D0
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDC #DFDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BE #C3BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 958B #958BFD | BordersInactive statesPlaceholder text |
| 400 | 5E4F #5E4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 2F1D #2F1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 1603 #1603DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1103 #1103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C02 #0C027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0801 #080150 | Primary textHigh emphasis contentDark headings |
| 950 | 0501 #050132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F0FF;
--sky-blue-100: #DFDCFE;
--sky-blue-200: #C3BEFE;
--sky-blue-300: #958BFD;
--sky-blue-400: #5E4FFC;
--sky-blue-500: #2F1DFC;
--sky-blue-600: #1603DD;
--sky-blue-700: #1103B0;
--sky-blue-800: #0C027E;
--sky-blue-900: #080150;
--sky-blue-950: #050132;
}