Sky Blue
#8AC6FF
BlueColor Codes
All color formats for development
HEX
#8AC6FFRGB
rgb(138, 198, 255)HSL
hsl(209, 100%, 77%)OKLCH
oklch(0.807 0.102 247.9)CMYK
cmyk(46%, 22%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62B3FF
2#3BA0FF
3#148DFF
4#007AEC
5#0065C4
6#00519D
7#003D76
8#00294F
9#001427
Tints
Lighter variations
1#95CCFF
2#A1D2FF
3#ADD7FF
4#B9DDFF
5#C4E3FF
6#D0E8FF
7#DCEEFF
8#E8F4FF
9#F3F9FF
Tones
Muted variations
1#90C6F9
2#95C6F3
3#9BC6ED
4#A1C6E8
5#A7C5E2
6#ADC5DC
7#B3C5D6
8#B9C5D0
9#BEC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBEE #DBEEFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDF #BDDFFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AC6 #8AC6FF | BordersInactive statesPlaceholder text |
| 400 | 4DA9 #4DA9FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A90 #1A90FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0074 #0074E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 005C #005CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0042 #004280 | Text on light backgroundsHeadingsStrong borders |
| 900 | 002A #002A52 | Primary textHigh emphasis contentDark headings |
| 950 | 001A #001A33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F8FF;
--sky-blue-100: #DBEEFF;
--sky-blue-200: #BDDFFF;
--sky-blue-300: #8AC6FF;
--sky-blue-400: #4DA9FF;
--sky-blue-500: #1A90FF;
--sky-blue-600: #0074E0;
--sky-blue-700: #005CB3;
--sky-blue-800: #004280;
--sky-blue-900: #002A52;
--sky-blue-950: #001A33;
}