Sky Blue
#4CCDC2
CyanColor Codes
All color formats for development
HEX
#4CCDC2RGB
rgb(76, 205, 194)HSL
hsl(175, 56%, 55%)OKLCH
oklch(0.775 0.113 187.2)CMYK
cmyk(63%, 0%, 5%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C5B9
2#31AFA5
3#2B9990
4#25837B
5#1F6D67
6#195852
7#13423E
8#0C2C29
9#061615
Tints
Lighter variations
1#5ED2C8
2#70D7CE
3#82DCD4
4#94E1DA
5#A5E6E0
6#B7EBE7
7#C9F0ED
8#DBF5F3
9#EDFAF9
Tones
Muted variations
1#52C6BC
2#59C0B7
3#5FB9B2
4#66B3AC
5#6CACA7
6#73A6A2
7#79A09C
8#7F9997
9#869392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8CF | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B83 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2825 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F7F5;
--sky-blue-200: #CBF0ED;
--sky-blue-300: #A4E5E0;
--sky-blue-400: #74D8CF;
--sky-blue-500: #4CCDC2;
--sky-blue-600: #31AFA5;
--sky-blue-700: #278B83;
--sky-blue-800: #1C635E;
--sky-blue-900: #12403C;
--sky-blue-950: #0B2825;
}