Sky Blue
#4DD8FF
CyanColor Codes
All color formats for development
HEX
#4DD8FFRGB
rgb(77, 216, 255)HSL
hsl(193, 100%, 65%)OKLCH
oklch(0.823 0.129 220.4)CMYK
cmyk(70%, 15%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BD1FF
2#0ACAFF
3#00B6E8
4#009CC7
5#0082A6
6#006885
7#004E63
8#003442
9#001A21
Tints
Lighter variations
1#5EDCFF
2#70E0FF
3#82E4FF
4#94E8FF
5#A6ECFF
6#B8F0FF
7#C9F3FF
8#DBF7FF
9#EDFBFF
Tones
Muted variations
1#55D3F6
2#5ECEED
3#67C9E4
4#70C4DB
5#79BFD2
6#82BAC9
7#8BB5C1
8#94B0B8
9#9DABAF
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;
}