Sky Blue
#8A90FF
BlueColor Codes
All color formats for development
HEX
#8A90FFRGB
rgb(138, 144, 255)HSL
hsl(237, 100%, 77%)OKLCH
oklch(0.698 0.161 279)CMYK
cmyk(46%, 44%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626AFF
2#3B45FF
3#1420FF
4#000CEC
5#000AC4
6#00089D
7#000676
8#00044F
9#000227
Tints
Lighter variations
1#959BFF
2#A1A6FF
3#ADB1FF
4#B9BCFF
5#C4C7FF
6#D0D2FF
7#DCDEFF
8#E8E9FF
9#F3F4FF
Tones
Muted variations
1#9095F9
2#959AF3
3#9B9FED
4#A1A5E8
5#A7AAE2
6#ADAFDC
7#B3B5D6
8#B9BAD0
9#BEBFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F0 #F0F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDD #DBDDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC0 #BDC0FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A90 #8A90FF | BordersInactive statesPlaceholder text |
| 400 | 4D55 #4D55FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A25 #1A25FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 000B #000BE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0009 #0009B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0006 #000680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0004 #000452 | Primary textHigh emphasis contentDark headings |
| 950 | 0003 #000333 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F0FF;
--sky-blue-100: #DBDDFF;
--sky-blue-200: #BDC0FF;
--sky-blue-300: #8A90FF;
--sky-blue-400: #4D55FF;
--sky-blue-500: #1A25FF;
--sky-blue-600: #000BE0;
--sky-blue-700: #0009B3;
--sky-blue-800: #000680;
--sky-blue-900: #000452;
--sky-blue-950: #000333;
}