Sky Blue
#8A93FF
BlueColor Codes
All color formats for development
HEX
#8A93FFRGB
rgb(138, 147, 255)HSL
hsl(235, 100%, 77%)OKLCH
oklch(0.704 0.157 278)CMYK
cmyk(46%, 42%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626FFF
2#3B4BFF
3#1427FF
4#0014EC
5#0010C4
6#000D9D
7#000A76
8#00074F
9#000327
Tints
Lighter variations
1#959EFF
2#A1A9FF
3#ADB4FF
4#B9BEFF
5#C4C9FF
6#D0D4FF
7#DCDFFF
8#E8E9FF
9#F3F4FF
Tones
Muted variations
1#9098F9
2#959DF3
3#9BA2ED
4#A1A7E8
5#A7ACE2
6#ADB1DC
7#B3B6D6
8#B9BBD0
9#BEBFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDE #DBDEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC2 #BDC2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A93 #8A93FF | BordersInactive statesPlaceholder text |
| 400 | 4D5B #4D5BFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A2D #1A2DFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0013 #0013E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 000F #000FB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000B #000B80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0007 #000752 | Primary textHigh emphasis contentDark headings |
| 950 | 0004 #000433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F1FF;
--sky-blue-100: #DBDEFF;
--sky-blue-200: #BDC2FF;
--sky-blue-300: #8A93FF;
--sky-blue-400: #4D5BFF;
--sky-blue-500: #1A2DFF;
--sky-blue-600: #0013E0;
--sky-blue-700: #000FB3;
--sky-blue-800: #000B80;
--sky-blue-900: #000752;
--sky-blue-950: #000433;
}