Sky Blue
#958DFB
BlueColor Codes
All color formats for development
HEX
#958DFBRGB
rgb(149, 141, 251)HSL
hsl(244, 93%, 77%)OKLCH
oklch(0.698 0.158 284.8)CMYK
cmyk(41%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7268FA
2#4E42F8
3#2B1CF7
4#1708E3
5#1307BD
6#0F0598
7#0B0472
8#08034C
9#040126
Tints
Lighter variations
1#A099FB
2#AAA4FC
3#B5B0FC
4#BFBBFD
5#CAC6FD
6#D5D2FD
7#DFDDFE
8#EAE8FE
9#F4F4FF
Tones
Muted variations
1#9A93F5
2#9F99F0
3#A39EEB
4#A8A4E5
5#ADA9E0
6#B1AFDA
7#B6B4D5
8#BBB9CF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BF #C3BFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 958E #958EFB | BordersInactive statesPlaceholder text |
| 400 | 5E53 #5E53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 3022 #3022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1608 #1608D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1106 #1106AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C04 #0C047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0803 #08034F | Primary textHigh emphasis contentDark headings |
| 950 | 0502 #050231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F0FE;
--sky-blue-100: #DFDDFE;
--sky-blue-200: #C3BFFD;
--sky-blue-300: #958EFB;
--sky-blue-400: #5E53F9;
--sky-blue-500: #3022F7;
--sky-blue-600: #1608D9;
--sky-blue-700: #1106AC;
--sky-blue-800: #0C047B;
--sky-blue-900: #08034F;
--sky-blue-950: #050231;
}