Sky Blue
#4DFFE1
CyanColor Codes
All color formats for development
HEX
#4DFFE1RGB
rgb(77, 255, 225)HSL
hsl(170, 100%, 65%)OKLCH
oklch(0.904 0.148 178.9)CMYK
cmyk(70%, 0%, 12%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFDC
2#0AFFD6
3#00E8C1
4#00C7A6
5#00A68A
6#00856F
7#006353
8#004237
9#00211C
Tints
Lighter variations
1#5EFFE4
2#70FFE7
3#82FFEA
4#94FFED
5#A6FFF0
6#B8FFF3
7#C9FFF6
8#DBFFF9
9#EDFFFC
Tones
Muted variations
1#55F6DB
2#5EEDD5
3#67E4CF
4#70DBC9
5#79D2C3
6#82C9BE
7#8BC1B8
8#94B8B2
9#9DAFAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFEB | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFE1 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFD9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B395 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00806A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005244 | 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: #F0FFFC;
--sky-blue-100: #DBFFF9;
--sky-blue-200: #BDFFF4;
--sky-blue-300: #8AFFEB;
--sky-blue-400: #4DFFE1;
--sky-blue-500: #1AFFD9;
--sky-blue-600: #00E0BB;
--sky-blue-700: #00B395;
--sky-blue-800: #00806A;
--sky-blue-900: #005244;
--sky-blue-950: #00332B;
}