Sky Blue
#8AE0FF
BlueColor Codes
All color formats for development
HEX
#8AE0FFRGB
rgb(138, 224, 255)HSL
hsl(196, 100%, 77%)OKLCH
oklch(0.863 0.094 223.1)CMYK
cmyk(46%, 12%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62D5FF
2#3BCBFF
3#14C0FF
4#00ADEC
5#0090C4
6#00739D
7#005676
8#003A4F
9#001D27
Tints
Lighter variations
1#95E3FF
2#A1E6FF
3#ADE9FF
4#B9ECFF
5#C4EFFF
6#D0F2FF
7#DCF6FF
8#E8F9FF
9#F3FCFF
Tones
Muted variations
1#90DDF9
2#95DAF3
3#9BD8ED
4#A1D5E8
5#A7D2E2
6#ADCFDC
7#B3CDD6
8#B9CAD0
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 | BDED #BDEDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE0 #8AE0FF | BordersInactive statesPlaceholder text |
| 400 | 4DCF #4DCFFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AC2 #1AC2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00A5 #00A5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0083 #0083B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 005E #005E80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 003C #003C52 | 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: #BDEDFF;
--sky-blue-300: #8AE0FF;
--sky-blue-400: #4DCFFF;
--sky-blue-500: #1AC2FF;
--sky-blue-600: #00A5E0;
--sky-blue-700: #0083B3;
--sky-blue-800: #005E80;
--sky-blue-900: #003C52;
--sky-blue-950: #002533;
}