Sky Blue
#4DFFD5
CyanColor Codes
All color formats for development
HEX
#4DFFD5RGB
rgb(77, 255, 213)HSL
hsl(166, 100%, 65%)OKLCH
oklch(0.901 0.154 173.3)CMYK
cmyk(70%, 0%, 16%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFCE
2#0AFFC6
3#00E8B2
4#00C798
5#00A67F
6#008566
7#00634C
8#004233
9#002119
Tints
Lighter variations
1#5EFFDA
2#70FFDE
3#82FFE2
4#94FFE6
5#A6FFEA
6#B8FFEE
7#C9FFF3
8#DBFFF7
9#EDFFFB
Tones
Muted variations
1#55F6D1
2#5EEDCC
3#67E4C7
4#70DBC2
5#79D2BE
6#82C9B9
7#8BC1B4
8#94B8AF
9#9DAFAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE4 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD5 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523F | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DBFFF7;
--sky-blue-200: #BDFFF0;
--sky-blue-300: #8AFFE4;
--sky-blue-400: #4DFFD5;
--sky-blue-500: #1AFFC9;
--sky-blue-600: #00E0AC;
--sky-blue-700: #00B389;
--sky-blue-800: #008062;
--sky-blue-900: #00523F;
--sky-blue-950: #003327;
}