Sky Blue
#9098F9
BlueColor Codes
All color formats for development
HEX
#9098F9RGB
rgb(144, 152, 249)HSL
hsl(235, 90%, 77%)OKLCH
oklch(0.714 0.141 278.6)CMYK
cmyk(42%, 39%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6A76F7
2#4554F5
3#2031F3
4#0C1DE0
5#0A19BB
6#081495
7#060F70
8#040A4B
9#020525
Tints
Lighter variations
1#9BA3FA
2#A6ADFA
3#B1B7FB
4#BCC1FB
5#C7CCFC
6#D2D6FD
7#DEE0FD
8#E9EAFE
9#F4F5FE
Tones
Muted variations
1#959DF4
2#9AA1EF
3#9FA6E9
4#A5AAE4
5#AAAEDF
6#AFB3D9
7#B5B7D4
8#BABCCF
9#BFC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE0 #DDE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0C5 #C0C5FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9098 #9098F9 | BordersInactive statesPlaceholder text |
| 400 | 5563 #5563F6 | Disabled statesSecondary iconsMuted text |
| 500 | 2536 #2536F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0B1C #0B1CD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0916 #0916AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0610 #061079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 040A #040A4E | 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: #F0F2FE;
--sky-blue-100: #DDE0FD;
--sky-blue-200: #C0C5FC;
--sky-blue-300: #9098F9;
--sky-blue-400: #5563F6;
--sky-blue-500: #2536F4;
--sky-blue-600: #0B1CD5;
--sky-blue-700: #0916AA;
--sky-blue-800: #061079;
--sky-blue-900: #040A4E;
--sky-blue-950: #030630;
}