Sky Blue
#8AAFFF
BlueColor Codes
All color formats for development
HEX
#8AAFFFRGB
rgb(138, 175, 255)HSL
hsl(221, 100%, 77%)OKLCH
oklch(0.759 0.123 264.7)CMYK
cmyk(46%, 31%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6294FF
2#3B79FF
3#145EFF
4#004BEC
5#003EC4
6#00329D
7#002576
8#00194F
9#000C27
Tints
Lighter variations
1#95B7FF
2#A1BFFF
3#ADC7FF
4#B9CFFF
5#C4D7FF
6#D0DFFF
7#DCE7FF
8#E8EFFF
9#F3F7FF
Tones
Muted variations
1#90B1F9
2#95B3F3
3#9BB5ED
4#A1B7E8
5#A7BAE2
6#ADBCDC
7#B3BED6
8#B9C0D0
9#BEC2CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBE7 #DBE7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDD2 #BDD2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AAF #8AAFFF | BordersInactive statesPlaceholder text |
| 400 | 4D85 #4D85FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A62 #1A62FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0047 #0047E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0039 #0039B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0028 #002880 | Text on light backgroundsHeadingsStrong borders |
| 900 | 001A #001A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0010 #001033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F5FF;
--sky-blue-100: #DBE7FF;
--sky-blue-200: #BDD2FF;
--sky-blue-300: #8AAFFF;
--sky-blue-400: #4D85FF;
--sky-blue-500: #1A62FF;
--sky-blue-600: #0047E0;
--sky-blue-700: #0039B3;
--sky-blue-800: #002880;
--sky-blue-900: #001A52;
--sky-blue-950: #001033;
}