Sky Blue
#9E90F9
BlueColor Codes
All color formats for development
HEX
#9E90F9RGB
rgb(158, 144, 249)HSL
hsl(248, 90%, 77%)OKLCH
oklch(0.71 0.15 288.1)CMYK
cmyk(37%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7D6AF7
2#5C45F5
3#3C20F3
4#280CE0
5#210ABB
6#1B0895
7#140670
8#0D044B
9#070225
Tints
Lighter variations
1#A79BFA
2#B1A6FA
3#BBB1FB
4#C5BCFB
5#CEC7FC
6#D8D2FD
7#E2DEFD
8#ECE9FE
9#F5F4FE
Tones
Muted variations
1#A295F4
2#A59AEF
3#A99FE9
4#ADA5E4
5#B1AADF
6#B5AFD9
7#B9B5D4
8#BDBACF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8C0 #C8C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9E90 #9E90F9 | BordersInactive statesPlaceholder text |
| 400 | 6B55 #6B55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4125 #4125F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 260B #260BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E09 #1E09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1606 #160679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E04 #0E044E | Primary textHigh emphasis contentDark headings |
| 950 | 0903 #090330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FE;
--sky-blue-100: #E1DDFD;
--sky-blue-200: #C8C0FC;
--sky-blue-300: #9E90F9;
--sky-blue-400: #6B55F6;
--sky-blue-500: #4125F4;
--sky-blue-600: #260BD5;
--sky-blue-700: #1E09AA;
--sky-blue-800: #160679;
--sky-blue-900: #0E044E;
--sky-blue-950: #090330;
}