Sky Blue
#8AEFFF
CyanColor Codes
All color formats for development
HEX
#8AEFFFRGB
rgb(138, 239, 255)HSL
hsl(188, 100%, 77%)OKLCH
oklch(0.896 0.097 208.7)CMYK
cmyk(46%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62EAFF
2#3BE5FF
3#14E0FF
4#00CCEC
5#00AAC4
6#00889D
7#006676
8#00444F
9#002227
Tints
Lighter variations
1#95F1FF
2#A1F2FF
3#ADF4FF
4#B9F6FF
5#C4F7FF
6#D0F9FF
7#DCFAFF
8#E8FCFF
9#F3FDFF
Tones
Muted variations
1#90EBF9
2#95E7F3
3#9BE2ED
4#A1DEE8
5#A7DAE2
6#ADD6DC
7#B3D1D6
8#B9CDD0
9#BEC9CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFA #DBFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF6 #BDF6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AEF #8AEFFF | BordersInactive statesPlaceholder text |
| 400 | 4DE7 #4DE7FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AE0 #1AE0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00C2 #00C2E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 009B #009BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006F #006F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0047 #004752 | Primary textHigh emphasis contentDark headings |
| 950 | 002C #002C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DBFAFF;
--sky-blue-200: #BDF6FF;
--sky-blue-300: #8AEFFF;
--sky-blue-400: #4DE7FF;
--sky-blue-500: #1AE0FF;
--sky-blue-600: #00C2E0;
--sky-blue-700: #009BB3;
--sky-blue-800: #006F80;
--sky-blue-900: #004752;
--sky-blue-950: #002C33;
}