Sky Blue
#8AE6FF
CyanColor Codes
All color formats for development
HEX
#8AE6FFRGB
rgb(138, 230, 255)HSL
hsl(193, 100%, 77%)OKLCH
oklch(0.876 0.094 217.2)CMYK
cmyk(46%, 10%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62DDFF
2#3BD5FF
3#14CCFF
4#00B9EC
5#009AC4
6#007B9D
7#005C76
8#003E4F
9#001F27
Tints
Lighter variations
1#95E8FF
2#A1EBFF
3#ADEDFF
4#B9F0FF
5#C4F2FF
6#D0F5FF
7#DCF7FF
8#E8FAFF
9#F3FCFF
Tones
Muted variations
1#90E2F9
2#95DFF3
3#9BDCED
4#A1D8E8
5#A7D5E2
6#ADD2DC
7#B3CED6
8#B9CBD0
9#BEC8CA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF7 #DBF7FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF1 #BDF1FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE6 #8AE6FF | BordersInactive statesPlaceholder text |
| 400 | 4DD8 #4DD8FF | Disabled statesSecondary iconsMuted text |
| 500 | 1ACD #1ACDFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B0 #00B0E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008C #008CB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0064 #006480 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0040 #004052 | Primary textHigh emphasis contentDark headings |
| 950 | 0028 #002833 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DBF7FF;
--sky-blue-200: #BDF1FF;
--sky-blue-300: #8AE6FF;
--sky-blue-400: #4DD8FF;
--sky-blue-500: #1ACDFF;
--sky-blue-600: #00B0E0;
--sky-blue-700: #008CB3;
--sky-blue-800: #006480;
--sky-blue-900: #004052;
--sky-blue-950: #002833;
}