Sky Blue
#928AFF
BlueColor Codes
All color formats for development
HEX
#928AFFRGB
rgb(146, 138, 255)HSL
hsl(244, 100%, 77%)OKLCH
oklch(0.693 0.168 284.2)CMYK
cmyk(43%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6D62FF
2#483BFF
3#2414FF
4#1000EC
5#0D00C4
6#0A009D
7#080076
8#05004F
9#030027
Tints
Lighter variations
1#9C95FF
2#A7A1FF
3#B2ADFF
4#BDB9FF
5#C8C4FF
6#D3D0FF
7#DEDCFF
8#E9E8FF
9#F4F3FF
Tones
Muted variations
1#9790F9
2#9C95F3
3#A19BED
4#A6A1E8
5#ABA7E2
6#B0ADDC
7#B5B3D6
8#BAB9D0
9#BFBECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEDB #DEDBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1BD #C1BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 928A #928AFF | BordersInactive statesPlaceholder text |
| 400 | 584D #584DFF | Disabled statesSecondary iconsMuted text |
| 500 | 291A #291AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F00 #0F00E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C00 #0C00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0800 #080080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0500 #050052 | Primary textHigh emphasis contentDark headings |
| 950 | 0300 #030033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1F0FF;
--sky-blue-100: #DEDBFF;
--sky-blue-200: #C1BDFF;
--sky-blue-300: #928AFF;
--sky-blue-400: #584DFF;
--sky-blue-500: #291AFF;
--sky-blue-600: #0F00E0;
--sky-blue-700: #0C00B3;
--sky-blue-800: #080080;
--sky-blue-900: #050052;
--sky-blue-950: #030033;
}