Sky Blue
#8AA7FF
BlueColor Codes
All color formats for development
HEX
#8AA7FFRGB
rgb(138, 167, 255)HSL
hsl(225, 100%, 77%)OKLCH
oklch(0.743 0.132 269.2)CMYK
cmyk(46%, 35%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#628AFF
2#3B6CFF
3#144FFF
4#003BEC
5#0031C4
6#00279D
7#001D76
8#00144F
9#000A27
Tints
Lighter variations
1#95B0FF
2#A1B9FF
3#ADC1FF
4#B9CAFF
5#C4D3FF
6#D0DCFF
7#DCE5FF
8#E8EDFF
9#F3F6FF
Tones
Muted variations
1#90AAF9
2#95ADF3
3#9BB0ED
4#A1B3E8
5#A7B6E2
6#ADB9DC
7#B3BCD6
8#B9BED0
9#BEC1CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE4 #DBE4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCD #BDCDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA7 #8AA7FF | BordersInactive statesPlaceholder text |
| 400 | 4D79 #4D79FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A53 #1A53FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0038 #0038E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 002D #002DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0020 #002080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0014 #001452 | Primary textHigh emphasis contentDark headings |
| 950 | 000D #000D33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FF;
--sky-blue-100: #DBE4FF;
--sky-blue-200: #BDCDFF;
--sky-blue-300: #8AA7FF;
--sky-blue-400: #4D79FF;
--sky-blue-500: #1A53FF;
--sky-blue-600: #0038E0;
--sky-blue-700: #002DB3;
--sky-blue-800: #002080;
--sky-blue-900: #001452;
--sky-blue-950: #000D33;
}