Sky Blue
#948BFE
BlueColor Codes
All color formats for development
HEX
#948BFERGB
rgb(148, 139, 254)HSL
hsl(245, 98%, 77%)OKLCH
oklch(0.696 0.165 284.8)CMYK
cmyk(42%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7164FD
2#4D3DFD
3#2916FD
4#1602E9
5#1202C2
6#0E029C
7#0B0175
8#07014E
9#040027
Tints
Lighter variations
1#9F96FE
2#AAA2FE
3#B4AEFE
4#BFB9FE
5#CAC5FE
6#D4D1FF
7#DFDCFF
8#EAE8FF
9#F4F3FF
Tones
Muted variations
1#9991F8
2#9E96F2
3#A39CED
4#A8A2E7
5#ACA8E1
6#B1ADDB
7#B6B3D6
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 #DFDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3BD #C3BDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 948B #948BFE | BordersInactive statesPlaceholder text |
| 400 | 5D4E #5D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 2F1C #2F1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 1502 #1502DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1002 #1002B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C01 #0C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0701 #070151 | 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: #DFDCFF;
--sky-blue-200: #C3BDFE;
--sky-blue-300: #948BFE;
--sky-blue-400: #5D4EFD;
--sky-blue-500: #2F1CFD;
--sky-blue-600: #1502DE;
--sky-blue-700: #1002B1;
--sky-blue-800: #0C017E;
--sky-blue-900: #070151;
--sky-blue-950: #050132;
}