Sky Blue
#8A9BFF
BlueColor Codes
All color formats for development
HEX
#8A9BFFRGB
rgb(138, 155, 255)HSL
hsl(231, 100%, 77%)OKLCH
oklch(0.719 0.146 274.8)CMYK
cmyk(46%, 39%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#627AFF
2#3B59FF
3#1437FF
4#0023EC
5#001DC4
6#00189D
7#001276
8#000C4F
9#000627
Tints
Lighter variations
1#95A5FF
2#A1AFFF
3#ADB9FF
4#B9C3FF
5#C4CDFF
6#D0D7FF
7#DCE1FF
8#E8EBFF
9#F3F5FF
Tones
Muted variations
1#909FF9
2#95A4F3
3#9BA8ED
4#A1ACE8
5#A7B0E2
6#ADB4DC
7#B3B8D6
8#B9BCD0
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 | BDC7 #BDC7FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8A9B #8A9BFF | BordersInactive statesPlaceholder text |
| 400 | 4D67 #4D67FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A3C #1A3CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0022 #0022E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 001B #001BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0013 #001380 | Text on light backgroundsHeadingsStrong borders |
| 900 | 000C #000C52 | 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: #BDC7FF;
--sky-blue-300: #8A9BFF;
--sky-blue-400: #4D67FF;
--sky-blue-500: #1A3CFF;
--sky-blue-600: #0022E0;
--sky-blue-700: #001BB3;
--sky-blue-800: #001380;
--sky-blue-900: #000C52;
--sky-blue-950: #000833;
}