Sky Blue
#4DFFD2
CyanColor Codes
All color formats for development
HEX
#4DFFD2RGB
rgb(77, 255, 210)HSL
hsl(165, 100%, 65%)OKLCH
oklch(0.9 0.156 171.9)CMYK
cmyk(70%, 0%, 18%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2BFFCA
2#0AFFC2
3#00E8AE
4#00C795
5#00A67C
6#008563
7#00634B
8#004232
9#002119
Tints
Lighter variations
1#5EFFD7
2#70FFDB
3#82FFE0
4#94FFE4
5#A6FFE9
6#B8FFED
7#C9FFF2
8#DBFFF6
9#EDFFFB
Tones
Muted variations
1#55F6CE
2#5EEDC9
3#67E4C5
4#70DBC1
5#79D2BC
6#82C9B8
7#8BC1B3
8#94B8AF
9#9DAFAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFE2 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFD2 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00523D | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #003326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DBFFF6;
--sky-blue-200: #BDFFEE;
--sky-blue-300: #8AFFE2;
--sky-blue-400: #4DFFD2;
--sky-blue-500: #1AFFC6;
--sky-blue-600: #00E0A8;
--sky-blue-700: #00B386;
--sky-blue-800: #008060;
--sky-blue-900: #00523D;
--sky-blue-950: #003326;
}