Sky Blue
#8ADCFF
BlueColor Codes
All color formats for development
HEX
#8ADCFFRGB
rgb(138, 220, 255)HSL
hsl(198, 100%, 77%)OKLCH
oklch(0.854 0.094 227.1)CMYK
cmyk(46%, 14%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62D0FF
2#3BC4FF
3#14B8FF
4#00A5EC
5#0089C4
6#006E9D
7#005276
8#00374F
9#001B27
Tints
Lighter variations
1#95DFFF
2#A1E3FF
3#ADE6FF
4#B9EAFF
5#C4EDFF
6#D0F1FF
7#DCF4FF
8#E8F8FF
9#F3FBFF
Tones
Muted variations
1#90D9F9
2#95D7F3
3#9BD5ED
4#A1D2E8
5#A7D0E2
6#ADCEDC
7#B3CBD6
8#B9C9D0
9#BEC7CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF4 #DBF4FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDEB #BDEBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ADC #8ADCFF | BordersInactive statesPlaceholder text |
| 400 | 4DC9 #4DC9FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ABA #1ABAFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 009D #009DE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 007D #007DB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0059 #005980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0039 #003952 | Primary textHigh emphasis contentDark headings |
| 950 | 0024 #002433 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DBF4FF;
--sky-blue-200: #BDEBFF;
--sky-blue-300: #8ADCFF;
--sky-blue-400: #4DC9FF;
--sky-blue-500: #1ABAFF;
--sky-blue-600: #009DE0;
--sky-blue-700: #007DB3;
--sky-blue-800: #005980;
--sky-blue-900: #003952;
--sky-blue-950: #002433;
}