Sky Blue
#4DFFE7
CyanColor Codes
All color formats for development
HEX
#4DFFE7RGB
rgb(77, 255, 231)HSL
hsl(172, 100%, 65%)OKLCH
oklch(0.906 0.145 181.9)CMYK
cmyk(70%, 0%, 9%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFE3
2#0AFFDE
3#00E8C9
4#00C7AC
5#00A690
6#008573
7#006356
8#004239
9#00211D
Tints
Lighter variations
1#5EFFEA
2#70FFEC
3#82FFEE
4#94FFF1
5#A6FFF3
6#B8FFF5
7#C9FFF8
8#DBFFFA
9#EDFFFD
Tones
Muted variations
1#55F6E1
2#5EEDDA
3#67E4D4
4#70DBCD
5#79D2C6
6#82C9C0
7#8BC1B9
8#94B8B3
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 #BDFFF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEF | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B39B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005247 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00332C | 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: #BDFFF6;
--sky-blue-300: #8AFFEF;
--sky-blue-400: #4DFFE7;
--sky-blue-500: #1AFFE0;
--sky-blue-600: #00E0C2;
--sky-blue-700: #00B39B;
--sky-blue-800: #00806F;
--sky-blue-900: #005247;
--sky-blue-950: #00332C;
}