Sky Blue
#8A95FF
BlueColor Codes
All color formats for development
HEX
#8A95FFRGB
rgb(138, 149, 255)HSL
hsl(234, 100%, 77%)OKLCH
oklch(0.707 0.154 277.2)CMYK
cmyk(46%, 42%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6272FF
2#3B4FFF
3#142BFF
4#0018EC
5#0014C4
6#00109D
7#000C76
8#00084F
9#000427
Tints
Lighter variations
1#95A0FF
2#A1ABFF
3#ADB5FF
4#B9C0FF
5#C4CAFF
6#D0D5FF
7#DCDFFF
8#E8EAFF
9#F3F4FF
Tones
Muted variations
1#909AF9
2#959FF3
3#9BA4ED
4#A1A8E8
5#A7ADE2
6#ADB2DC
7#B3B6D6
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 | BDC3 #BDC3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A95 #8A95FF | BordersInactive statesPlaceholder text |
| 400 | 4D5E #4D5EFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A30 #1A30FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0016 #0016E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0012 #0012B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 000D #000D80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0008 #000852 | Primary textHigh emphasis contentDark headings |
| 950 | 0005 #000533 | 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: #BDC3FF;
--sky-blue-300: #8A95FF;
--sky-blue-400: #4D5EFF;
--sky-blue-500: #1A30FF;
--sky-blue-600: #0016E0;
--sky-blue-700: #0012B3;
--sky-blue-800: #000D80;
--sky-blue-900: #000852;
--sky-blue-950: #000533;
}