Sky Blue
#8AA5FF
BlueColor Codes
All color formats for development
HEX
#8AA5FFRGB
rgb(138, 165, 255)HSL
hsl(226, 100%, 77%)OKLCH
oklch(0.739 0.134 270.2)CMYK
cmyk(46%, 35%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6287FF
2#3B69FF
3#144BFF
4#0037EC
5#002EC4
6#00259D
7#001B76
8#00124F
9#000927
Tints
Lighter variations
1#95AEFF
2#A1B7FF
3#ADC0FF
4#B9C9FF
5#C4D2FF
6#D0DBFF
7#DCE4FF
8#E8EDFF
9#F3F6FF
Tones
Muted variations
1#90A8F9
2#95ABF3
3#9BAEED
4#A1B2E8
5#A7B5E2
6#ADB8DC
7#B3BBD6
8#B9BED0
9#BEC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCC #BDCCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA5 #8AA5FF | BordersInactive statesPlaceholder text |
| 400 | 4D76 #4D76FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A4F #1A4FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0034 #0034E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002A #002AB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 001E #001E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0013 #001352 | Primary textHigh emphasis contentDark headings |
| 950 | 000C #000C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F3FF;
--sky-blue-100: #DBE4FF;
--sky-blue-200: #BDCCFF;
--sky-blue-300: #8AA5FF;
--sky-blue-400: #4D76FF;
--sky-blue-500: #1A4FFF;
--sky-blue-600: #0034E0;
--sky-blue-700: #002AB3;
--sky-blue-800: #001E80;
--sky-blue-900: #001352;
--sky-blue-950: #000C33;
}