Sky Blue
#9790F9
BlueColor Codes
All color formats for development
HEX
#9790F9RGB
rgb(151, 144, 249)HSL
hsl(244, 90%, 77%)OKLCH
oklch(0.704 0.151 284.9)CMYK
cmyk(39%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#746AF7
2#5145F5
3#2E20F3
4#1A0CE0
5#160ABB
6#110895
7#0D0670
8#09044B
9#040225
Tints
Lighter variations
1#A19BFA
2#ABA6FA
3#B6B1FB
4#C0BCFB
5#CBC7FC
6#D5D2FD
7#E0DEFD
8#EAE9FE
9#F5F4FE
Tones
Muted variations
1#9B95F4
2#A09AEF
3#A49FE9
4#A9A5E4
5#ADAADF
6#B2AFD9
7#B7B5D4
8#BBBACF
9#C0BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F0 #F1F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFDD #DFDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4C0 #C4C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9790 #9790F9 | BordersInactive statesPlaceholder text |
| 400 | 6055 #6055F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3325 #3325F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 190B #190BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1409 #1409AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E06 #0E0679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0904 #09044E | 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: #F1F0FE;
--sky-blue-100: #DFDDFD;
--sky-blue-200: #C4C0FC;
--sky-blue-300: #9790F9;
--sky-blue-400: #6055F6;
--sky-blue-500: #3325F4;
--sky-blue-600: #190BD5;
--sky-blue-700: #1409AA;
--sky-blue-800: #0E0679;
--sky-blue-900: #09044E;
--sky-blue-950: #060330;
}