Sky Blue
#9097F9
BlueColor Codes
All color formats for development
HEX
#9097F9RGB
rgb(144, 151, 249)HSL
hsl(236, 90%, 77%)OKLCH
oklch(0.712 0.142 279)CMYK
cmyk(42%, 39%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A74F7
2#4551F5
3#202EF3
4#0C1AE0
5#0A16BB
6#081195
7#060D70
8#04094B
9#020425
Tints
Lighter variations
1#9BA1FA
2#A6ABFA
3#B1B6FB
4#BCC0FB
5#C7CBFC
6#D2D5FD
7#DEE0FD
8#E9EAFE
9#F4F5FE
Tones
Muted variations
1#959BF4
2#9AA0EF
3#9FA4E9
4#A5A9E4
5#AAADDF
6#AFB2D9
7#B5B7D4
8#BABBCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDDF #DDDFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C4 #C0C4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9097 #9097F9 | BordersInactive statesPlaceholder text |
| 400 | 5560 #5560F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2533 #2533F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B19 #0B19D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0914 #0914AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 060E #060E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0409 #04094E | Primary textHigh emphasis contentDark headings |
| 950 | 0306 #030630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F1FE;
--sky-blue-100: #DDDFFD;
--sky-blue-200: #C0C4FC;
--sky-blue-300: #9097F9;
--sky-blue-400: #5560F6;
--sky-blue-500: #2533F4;
--sky-blue-600: #0B19D5;
--sky-blue-700: #0914AA;
--sky-blue-800: #060E79;
--sky-blue-900: #04094E;
--sky-blue-950: #030630;
}