Sky Blue
#8AC4FF
BlueColor Codes
All color formats for development
HEX
#8AC4FFRGB
rgb(138, 196, 255)HSL
hsl(210, 100%, 77%)OKLCH
oklch(0.803 0.104 249.6)CMYK
cmyk(46%, 23%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62B1FF
2#3B9DFF
3#1489FF
4#0076EC
5#0062C4
6#004F9D
7#003B76
8#00274F
9#001427
Tints
Lighter variations
1#95CAFF
2#A1D0FF
3#ADD6FF
4#B9DCFF
5#C4E2FF
6#D0E8FF
7#DCEDFF
8#E8F3FF
9#F3F9FF
Tones
Muted variations
1#90C4F9
2#95C4F3
3#9BC4ED
4#A1C4E8
5#A7C4E2
6#ADC4DC
7#B3C4D6
8#B9C4D0
9#BEC4CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBED #DBEDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDDE #BDDEFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AC4 #8AC4FF | BordersInactive statesPlaceholder text |
| 400 | 4DA6 #4DA6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A8C #1A8CFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0070 #0070E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0059 #0059B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0040 #004080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0029 #002952 | 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: #F0F7FF;
--sky-blue-100: #DBEDFF;
--sky-blue-200: #BDDEFF;
--sky-blue-300: #8AC4FF;
--sky-blue-400: #4DA6FF;
--sky-blue-500: #1A8CFF;
--sky-blue-600: #0070E0;
--sky-blue-700: #0059B3;
--sky-blue-800: #004080;
--sky-blue-900: #002952;
--sky-blue-950: #001A33;
}