Sky Blue
#8AA9FF
BlueColor Codes
All color formats for development
HEX
#8AA9FFRGB
rgb(138, 169, 255)HSL
hsl(224, 100%, 77%)OKLCH
oklch(0.747 0.129 268.1)CMYK
cmyk(46%, 34%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#628CFF
2#3B6FFF
3#1453FF
4#003FEC
5#0034C4
6#002A9D
7#001F76
8#00154F
9#000A27
Tints
Lighter variations
1#95B2FF
2#A1BAFF
3#ADC3FF
4#B9CBFF
5#C4D4FF
6#D0DDFF
7#DCE5FF
8#E8EEFF
9#F3F6FF
Tones
Muted variations
1#90ACF9
2#95AEF3
3#9BB1ED
4#A1B4E8
5#A7B7E2
6#ADB9DC
7#B3BCD6
8#B9BFD0
9#BEC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F4 #F0F4FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE5 #DBE5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDCE #BDCEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AA9 #8AA9FF | BordersInactive statesPlaceholder text |
| 400 | 4D7C #4D7CFF | Disabled statesSecondary iconsMuted text |
| 500 | 1A57 #1A57FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 003C #003CE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0030 #0030B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0022 #002280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0016 #001652 | Primary textHigh emphasis contentDark headings |
| 950 | 000E #000E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F4FF;
--sky-blue-100: #DBE5FF;
--sky-blue-200: #BDCEFF;
--sky-blue-300: #8AA9FF;
--sky-blue-400: #4D7CFF;
--sky-blue-500: #1A57FF;
--sky-blue-600: #003CE0;
--sky-blue-700: #0030B3;
--sky-blue-800: #002280;
--sky-blue-900: #001652;
--sky-blue-950: #000E33;
}