Sky Blue
#958AFF
BlueColor Codes
All color formats for development
HEX
#958AFFRGB
rgb(149, 138, 255)HSL
hsl(246, 100%, 77%)OKLCH
oklch(0.695 0.167 285.5)CMYK
cmyk(42%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7262FF
2#4F3BFF
3#2B14FF
4#1800EC
5#1400C4
6#10009D
7#0C0076
8#08004F
9#040027
Tints
Lighter variations
1#A095FF
2#ABA1FF
3#B5ADFF
4#C0B9FF
5#CAC4FF
6#D5D0FF
7#DFDCFF
8#EAE8FF
9#F4F3FF
Tones
Muted variations
1#9A90F9
2#9F95F3
3#A49BED
4#A8A1E8
5#ADA7E2
6#B2ADDC
7#B6B3D6
8#BBB9D0
9#C0BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDB #DFDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BD #C3BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 958A #958AFF | BordersInactive statesPlaceholder text |
| 400 | 5E4D #5E4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 301A #301AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1600 #1600E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1200 #1200B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D00 #0D0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0800 #080052 | Primary textHigh emphasis contentDark headings |
| 950 | 0500 #050033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F0FF;
--sky-blue-100: #DFDBFF;
--sky-blue-200: #C3BDFF;
--sky-blue-300: #958AFF;
--sky-blue-400: #5E4DFF;
--sky-blue-500: #301AFF;
--sky-blue-600: #1600E0;
--sky-blue-700: #1200B3;
--sky-blue-800: #0D0080;
--sky-blue-900: #080052;
--sky-blue-950: #050033;
}