Sky Blue
#8AE8FF
CyanColor Codes
All color formats for development
HEX
#8AE8FFRGB
rgb(138, 232, 255)HSL
hsl(192, 100%, 77%)OKLCH
oklch(0.881 0.095 215.3)CMYK
cmyk(46%, 9%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#62E0FF
2#3BD8FF
3#14D0FF
4#00BCEC
5#009DC4
6#007E9D
7#005E76
8#003F4F
9#001F27
Tints
Lighter variations
1#95EAFF
2#A1ECFF
3#ADEFFF
4#B9F1FF
5#C4F3FF
6#D0F6FF
7#DCF8FF
8#E8FAFF
9#F3FDFF
Tones
Muted variations
1#90E4F9
2#95E1F3
3#9BDDED
4#A1D9E8
5#A7D6E2
6#ADD2DC
7#B3CFD6
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 | DBF8 #DBF8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF2 #BDF2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE8 #8AE8FF | BordersInactive statesPlaceholder text |
| 400 | 4DDB #4DDBFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD1 #1AD1FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B4 #00B4E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008F #008FB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0066 #006680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0041 #004152 | Primary textHigh emphasis contentDark headings |
| 950 | 0029 #002933 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DBF8FF;
--sky-blue-200: #BDF2FF;
--sky-blue-300: #8AE8FF;
--sky-blue-400: #4DDBFF;
--sky-blue-500: #1AD1FF;
--sky-blue-600: #00B4E0;
--sky-blue-700: #008FB3;
--sky-blue-800: #006680;
--sky-blue-900: #004152;
--sky-blue-950: #002933;
}