Sky Blue
#9890F9
BlueColor Codes
All color formats for development
HEX
#9890F9RGB
rgb(152, 144, 249)HSL
hsl(245, 90%, 77%)OKLCH
oklch(0.705 0.151 285.3)CMYK
cmyk(39%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#766AF7
2#5445F5
3#3120F3
4#1D0CE0
5#190ABB
6#140895
7#0F0670
8#0A044B
9#050225
Tints
Lighter variations
1#A39BFA
2#ADA6FA
3#B7B1FB
4#C1BCFB
5#CCC7FC
6#D6D2FD
7#E0DEFD
8#EAE9FE
9#F5F4FE
Tones
Muted variations
1#9D95F4
2#A19AEF
3#A69FE9
4#AAA5E4
5#AEAADF
6#B3AFD9
7#B7B5D4
8#BCBACF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F0 #F2F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0DD #E0DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C0 #C5C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9890 #9890F9 | BordersInactive statesPlaceholder text |
| 400 | 6355 #6355F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3625 #3625F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C0B #1C0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1609 #1609AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1006 #100679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A04 #0A044E | Primary textHigh emphasis contentDark headings |
| 950 | 0603 #060330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F0FE;
--sky-blue-100: #E0DDFD;
--sky-blue-200: #C5C0FC;
--sky-blue-300: #9890F9;
--sky-blue-400: #6355F6;
--sky-blue-500: #3625F4;
--sky-blue-600: #1C0BD5;
--sky-blue-700: #1609AA;
--sky-blue-800: #100679;
--sky-blue-900: #0A044E;
--sky-blue-950: #060330;
}