Sky Blue
#8AD8FF
BlueColor Codes
All color formats for development
HEX
#8AD8FFRGB
rgb(138, 216, 255)HSL
hsl(200, 100%, 77%)OKLCH
oklch(0.846 0.094 231.1)CMYK
cmyk(46%, 15%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62CBFF
2#3BBEFF
3#14B1FF
4#009DEC
5#0083C4
6#00699D
7#004F76
8#00344F
9#001A27
Tints
Lighter variations
1#95DCFF
2#A1E0FF
3#ADE4FF
4#B9E8FF
5#C4EBFF
6#D0EFFF
7#DCF3FF
8#E8F7FF
9#F3FBFF
Tones
Muted variations
1#90D6F9
2#95D4F3
3#9BD2ED
4#A1D0E8
5#A7CEE2
6#ADCCDC
7#B3CAD6
8#B9C8D0
9#BEC6CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF3 #DBF3FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDE9 #BDE9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AD8 #8AD8FF | BordersInactive statesPlaceholder text |
| 400 | 4DC3 #4DC3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AB2 #1AB2FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 0096 #0096E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0077 #0077B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0055 #005580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0036 #003652 | Primary textHigh emphasis contentDark headings |
| 950 | 0022 #002233 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DBF3FF;
--sky-blue-200: #BDE9FF;
--sky-blue-300: #8AD8FF;
--sky-blue-400: #4DC3FF;
--sky-blue-500: #1AB2FF;
--sky-blue-600: #0096E0;
--sky-blue-700: #0077B3;
--sky-blue-800: #005580;
--sky-blue-900: #003652;
--sky-blue-950: #002233;
}