Sky Blue
#4DF6FF
CyanColor Codes
All color formats for development
HEX
#4DF6FFRGB
rgb(77, 246, 255)HSL
hsl(183, 100%, 65%)OKLCH
oklch(0.892 0.135 200.3)CMYK
cmyk(70%, 4%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BF4FF
2#0AF3FF
3#00DCE8
4#00BDC7
5#009DA6
6#007E85
7#005E63
8#003F42
9#001F21
Tints
Lighter variations
1#5EF7FF
2#70F8FF
3#82F9FF
4#94FAFF
5#A6FBFF
6#B8FBFF
7#C9FCFF
8#DBFDFF
9#EDFEFF
Tones
Muted variations
1#55EEF6
2#5EE6ED
3#67DEE4
4#70D6DB
5#79CED2
6#82C6C9
7#8BBEC1
8#94B6B8
9#9DAEAF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFD #DBFDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFC #BDFCFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF9 #8AF9FF | BordersInactive statesPlaceholder text |
| 400 | 4DF6 #4DF6FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF4 #1AF4FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D5 #00D5E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00AA #00AAB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0079 #007980 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004E #004E52 | Primary textHigh emphasis contentDark headings |
| 950 | 0030 #003033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFF;
--sky-blue-100: #DBFDFF;
--sky-blue-200: #BDFCFF;
--sky-blue-300: #8AF9FF;
--sky-blue-400: #4DF6FF;
--sky-blue-500: #1AF4FF;
--sky-blue-600: #00D5E0;
--sky-blue-700: #00AAB3;
--sky-blue-800: #007980;
--sky-blue-900: #004E52;
--sky-blue-950: #003033;
}