Sky Blue
#9C92F6
BlueColor Codes
All color formats for development
HEX
#9C92F6RGB
rgb(156, 146, 246)HSL
hsl(246, 85%, 77%)OKLCH
oklch(0.71 0.143 286.7)CMYK
cmyk(37%, 41%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B6EF3
2#5A4AF0
3#3A26ED
4#2612DA
5#1F0FB6
6#190C91
7#13096D
8#0D0649
9#060324
Tints
Lighter variations
1#A69DF7
2#B0A8F8
3#BAB3F9
4#C4BEFA
5#CEC9FB
6#D8D4FB
7#E1DEFC
8#EBE9FD
9#F5F4FE
Tones
Muted variations
1#A097F1
2#A49CEC
3#A8A1E7
4#ACA6E2
5#B0ABDD
6#B4B0D8
7#B8B5D3
8#BCBACE
9#C0BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F1 #F2F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DE #E1DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C2 #C7C2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C92 #9C92F6 | BordersInactive statesPlaceholder text |
| 400 | 695A #695AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 3E2B #3E2BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 2411 #2411D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D0D #1D0DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 140A #140A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D06 #0D064B | Primary textHigh emphasis contentDark headings |
| 950 | 0804 #08042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F1FE;
--sky-blue-100: #E1DEFC;
--sky-blue-200: #C7C2FA;
--sky-blue-300: #9C92F6;
--sky-blue-400: #695AF2;
--sky-blue-500: #3E2BEE;
--sky-blue-600: #2411D0;
--sky-blue-700: #1D0DA5;
--sky-blue-800: #140A76;
--sky-blue-900: #0D064B;
--sky-blue-950: #08042F;
}