Sky Blue
#9C90F9
BlueColor Codes
All color formats for development
HEX
#9C90F9RGB
rgb(156, 144, 249)HSL
hsl(247, 90%, 77%)OKLCH
oklch(0.708 0.15 287.1)CMYK
cmyk(37%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7B6AF7
2#5A45F5
3#3820F3
4#250CE0
5#1E0ABB
6#180895
7#120670
8#0C044B
9#060225
Tints
Lighter variations
1#A69BFA
2#B0A6FA
3#BAB1FB
4#C4BCFB
5#CDC7FC
6#D7D2FD
7#E1DEFD
8#EBE9FE
9#F5F4FE
Tones
Muted variations
1#A095F4
2#A49AEF
3#A89FE9
4#ACA5E4
5#B0AADF
6#B4AFD9
7#B8B5D4
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 | E1DD #E1DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7C0 #C7C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9C90 #9C90F9 | BordersInactive statesPlaceholder text |
| 400 | 6855 #6855F6 | Disabled statesSecondary iconsMuted text |
| 500 | 3D25 #3D25F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 230B #230BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C09 #1C09AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1406 #140679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D04 #0D044E | Primary textHigh emphasis contentDark headings |
| 950 | 0803 #080330 | 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: #C7C0FC;
--sky-blue-300: #9C90F9;
--sky-blue-400: #6855F6;
--sky-blue-500: #3D25F4;
--sky-blue-600: #230BD5;
--sky-blue-700: #1C09AA;
--sky-blue-800: #140679;
--sky-blue-900: #0D044E;
--sky-blue-950: #080330;
}