Sky Blue
#8A9DFF
BlueColor Codes
All color formats for development
HEX
#8A9DFFRGB
rgb(138, 157, 255)HSL
hsl(230, 100%, 77%)OKLCH
oklch(0.723 0.144 274)CMYK
cmyk(46%, 38%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#627DFF
2#3B5CFF
3#143BFF
4#0027EC
5#0021C4
6#001A9D
7#001476
8#000D4F
9#000727
Tints
Lighter variations
1#95A7FF
2#A1B1FF
3#ADBBFF
4#B9C4FF
5#C4CEFF
6#D0D8FF
7#DCE2FF
8#E8EBFF
9#F3F5FF
Tones
Muted variations
1#90A1F9
2#95A5F3
3#9BA9ED
4#A1ADE8
5#A7B1E2
6#ADB5DC
7#B3B9D6
8#B9BDD0
9#BEC0CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F2 #F0F2FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE1 #DBE1FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDC8 #BDC8FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9D #8A9DFF | BordersInactive statesPlaceholder text |
| 400 | 4D6A #4D6AFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A40 #1A40FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0025 #0025E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001E #001EB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0015 #001580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000E #000E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0008 #000833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F2FF;
--sky-blue-100: #DBE1FF;
--sky-blue-200: #BDC8FF;
--sky-blue-300: #8A9DFF;
--sky-blue-400: #4D6AFF;
--sky-blue-500: #1A40FF;
--sky-blue-600: #0025E0;
--sky-blue-700: #001EB3;
--sky-blue-800: #001580;
--sky-blue-900: #000E52;
--sky-blue-950: #000833;
}