Sky Blue
#8ACEFF
BlueColor Codes
All color formats for development
HEX
#8ACEFFRGB
rgb(138, 206, 255)HSL
hsl(205, 100%, 77%)OKLCH
oklch(0.824 0.098 240.8)CMYK
cmyk(46%, 19%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62BEFF
2#3BADFF
3#149DFF
4#0089EC
5#0073C4
6#005C9D
7#004576
8#002E4F
9#001727
Tints
Lighter variations
1#95D3FF
2#A1D8FF
3#ADDDFF
4#B9E2FF
5#C4E7FF
6#D0EBFF
7#DCF0FF
8#E8F5FF
9#F3FAFF
Tones
Muted variations
1#90CDF9
2#95CCF3
3#9BCBED
4#A1CAE8
5#A7C9E2
6#ADC8DC
7#B3C7D6
8#B9C6D0
9#BEC5CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF0 #DBF0FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE3 #BDE3FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ACE #8ACEFF | BordersInactive statesPlaceholder text |
| 400 | 4DB5 #4DB5FF | Disabled statesSecondary iconsMuted text |
| 500 | 1A9F #1A9FFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0083 #0083E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0068 #0068B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 004A #004A80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0030 #003052 | Primary textHigh emphasis contentDark headings |
| 950 | 001E #001E33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DBF0FF;
--sky-blue-200: #BDE3FF;
--sky-blue-300: #8ACEFF;
--sky-blue-400: #4DB5FF;
--sky-blue-500: #1A9FFF;
--sky-blue-600: #0083E0;
--sky-blue-700: #0068B3;
--sky-blue-800: #004A80;
--sky-blue-900: #003052;
--sky-blue-950: #001E33;
}