Sky Blue
#8ADEFF
BlueColor Codes
All color formats for development
HEX
#8ADEFFRGB
rgb(138, 222, 255)HSL
hsl(197, 100%, 77%)OKLCH
oklch(0.859 0.094 225.1)CMYK
cmyk(46%, 13%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62D3FF
2#3BC8FF
3#14BCFF
4#00A9EC
5#008DC4
6#00719D
7#005476
8#00384F
9#001C27
Tints
Lighter variations
1#95E1FF
2#A1E4FF
3#ADE8FF
4#B9EBFF
5#C4EEFF
6#D0F2FF
7#DCF5FF
8#E8F8FF
9#F3FCFF
Tones
Muted variations
1#90DBF9
2#95D9F3
3#9BD6ED
4#A1D4E8
5#A7D1E2
6#ADCFDC
7#B3CCD6
8#B9C9D0
9#BEC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF5 #DBF5FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEC #BDECFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADE #8ADEFF | BordersInactive statesPlaceholder text |
| 400 | 4DCC #4DCCFF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABE #1ABEFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A1 #00A1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0080 #0080B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005B #005B80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003A #003A52 | Primary textHigh emphasis contentDark headings |
| 950 | 0025 #002533 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DBF5FF;
--sky-blue-200: #BDECFF;
--sky-blue-300: #8ADEFF;
--sky-blue-400: #4DCCFF;
--sky-blue-500: #1ABEFF;
--sky-blue-600: #00A1E0;
--sky-blue-700: #0080B3;
--sky-blue-800: #005B80;
--sky-blue-900: #003A52;
--sky-blue-950: #002533;
}