Sky Blue
#8A97FF
BlueColor Codes
All color formats for development
HEX
#8A97FFRGB
rgb(138, 151, 255)HSL
hsl(233, 100%, 77%)OKLCH
oklch(0.711 0.152 276.4)CMYK
cmyk(46%, 41%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6275FF
2#3B52FF
3#142FFF
4#001BEC
5#0017C4
6#00129D
7#000E76
8#00094F
9#000527
Tints
Lighter variations
1#95A2FF
2#A1ACFF
3#ADB6FF
4#B9C1FF
5#C4CBFF
6#D0D6FF
7#DCE0FF
8#E8EAFF
9#F3F5FF
Tones
Muted variations
1#909CF9
2#95A0F3
3#9BA5ED
4#A1A9E8
5#A7AEE2
6#ADB2DC
7#B3B7D6
8#B9BBD0
9#BEC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F1 #F0F1FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBDF #DBDFFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC4 #BDC4FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A97 #8A97FF | BordersInactive statesPlaceholder text |
| 400 | 4D61 #4D61FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A34 #1A34FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 001A #001AE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0015 #0015B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000F #000F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000A #000A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0006 #000633 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F1FF;
--sky-blue-100: #DBDFFF;
--sky-blue-200: #BDC4FF;
--sky-blue-300: #8A97FF;
--sky-blue-400: #4D61FF;
--sky-blue-500: #1A34FF;
--sky-blue-600: #001AE0;
--sky-blue-700: #0015B3;
--sky-blue-800: #000F80;
--sky-blue-900: #000A52;
--sky-blue-950: #000633;
}