Sky Blue
#4DFFE4
CyanColor Codes
All color formats for development
HEX
#4DFFE4RGB
rgb(77, 255, 228)HSL
hsl(171, 100%, 65%)OKLCH
oklch(0.905 0.146 180.4)CMYK
cmyk(70%, 0%, 11%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFDF
2#0AFFDA
3#00E8C5
4#00C7A9
5#00A68D
6#008571
7#006355
8#004238
9#00211C
Tints
Lighter variations
1#5EFFE7
2#70FFEA
3#82FFEC
4#94FFEF
5#A6FFF2
6#B8FFF4
7#C9FFF7
8#DBFFFA
9#EDFFFC
Tones
Muted variations
1#55F6DE
2#5EEDD8
3#67E4D1
4#70DBCB
5#79D2C5
6#82C9BF
7#8BC1B8
8#94B8B2
9#9DAFAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFED | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B398 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005245 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DBFFFA;
--sky-blue-200: #BDFFF5;
--sky-blue-300: #8AFFED;
--sky-blue-400: #4DFFE4;
--sky-blue-500: #1AFFDD;
--sky-blue-600: #00E0BF;
--sky-blue-700: #00B398;
--sky-blue-800: #00806C;
--sky-blue-900: #005245;
--sky-blue-950: #00332B;
}