Sky Blue
#9090F9
BlueColor Codes
All color formats for development
HEX
#9090F9RGB
rgb(144, 144, 249)HSL
hsl(240, 90%, 77%)OKLCH
oklch(0.699 0.152 281.7)CMYK
cmyk(42%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A6AF7
2#4545F5
3#2020F3
4#0C0CE0
5#0A0ABB
6#080895
7#060670
8#04044B
9#020225
Tints
Lighter variations
1#9B9BFA
2#A6A6FA
3#B1B1FB
4#BCBCFB
5#C7C7FC
6#D2D2FD
7#DEDEFD
8#E9E9FE
9#F4F4FE
Tones
Muted variations
1#9595F4
2#9A9AEF
3#9F9FE9
4#A5A5E4
5#AAAADF
6#AFAFD9
7#B5B5D4
8#BABACF
9#BFBFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDD #DDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C0 #C0C0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9090 #9090F9 | BordersInactive statesPlaceholder text |
| 400 | 5555 #5555F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2525 #2525F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B0B #0B0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0909 #0909AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0606 #060679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0404 #04044E | Primary textHigh emphasis contentDark headings |
| 950 | 0303 #030330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F0FE;
--sky-blue-100: #DDDDFD;
--sky-blue-200: #C0C0FC;
--sky-blue-300: #9090F9;
--sky-blue-400: #5555F6;
--sky-blue-500: #2525F4;
--sky-blue-600: #0B0BD5;
--sky-blue-700: #0909AA;
--sky-blue-800: #060679;
--sky-blue-900: #04044E;
--sky-blue-950: #030330;
}