Sky Blue
#9F90F9
BlueColor Codes
All color formats for development
HEX
#9F90F9RGB
rgb(159, 144, 249)HSL
hsl(249, 90%, 77%)OKLCH
oklch(0.711 0.15 288.5)CMYK
cmyk(36%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7F6AF7
2#5F45F5
3#3F20F3
4#2C0CE0
5#240ABB
6#1D0895
7#160670
8#0F044B
9#070225
Tints
Lighter variations
1#A99BFA
2#B3A6FA
3#BCB1FB
4#C6BCFB
5#CFC7FC
6#D9D2FD
7#E2DEFD
8#ECE9FE
9#F5F4FE
Tones
Muted variations
1#A395F4
2#A79AEF
3#AA9FE9
4#AEA5E4
5#B2AADF
6#B6AFD9
7#B9B5D4
8#BDBACF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DD #E2DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9C0 #C9C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9F90 #9F90F9 | BordersInactive statesPlaceholder text |
| 400 | 6E55 #6E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 4425 #4425F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A0B #2A0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2109 #2109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1806 #180679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F04 #0F044E | 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: #F3F0FE;
--sky-blue-100: #E2DDFD;
--sky-blue-200: #C9C0FC;
--sky-blue-300: #9F90F9;
--sky-blue-400: #6E55F6;
--sky-blue-500: #4425F4;
--sky-blue-600: #2A0BD5;
--sky-blue-700: #2109AA;
--sky-blue-800: #180679;
--sky-blue-900: #0F044E;
--sky-blue-950: #090330;
}