Sky Blue
#938AFF
BlueColor Codes
All color formats for development
HEX
#938AFFRGB
rgb(147, 138, 255)HSL
hsl(245, 100%, 77%)OKLCH
oklch(0.694 0.168 284.6)CMYK
cmyk(42%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6F62FF
2#4B3BFF
3#2714FF
4#1400EC
5#1000C4
6#0D009D
7#0A0076
8#07004F
9#030027
Tints
Lighter variations
1#9E95FF
2#A9A1FF
3#B4ADFF
4#BEB9FF
5#C9C4FF
6#D4D0FF
7#DFDCFF
8#E9E8FF
9#F4F3FF
Tones
Muted variations
1#9890F9
2#9D95F3
3#A29BED
4#A7A1E8
5#ACA7E2
6#B1ADDC
7#B6B3D6
8#BBB9D0
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 | C2BD #C2BDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 938A #938AFF | BordersInactive statesPlaceholder text |
| 400 | 5B4D #5B4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 2D1A #2D1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1300 #1300E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F00 #0F00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B00 #0B0080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0700 #070052 | Primary textHigh emphasis contentDark headings |
| 950 | 0400 #040033 | 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: #C2BDFF;
--sky-blue-300: #938AFF;
--sky-blue-400: #5B4DFF;
--sky-blue-500: #2D1AFF;
--sky-blue-600: #1300E0;
--sky-blue-700: #0F00B3;
--sky-blue-800: #0B0080;
--sky-blue-900: #070052;
--sky-blue-950: #040033;
}