Sky Blue
#4CCDC4
CyanColor Codes
All color formats for development
HEX
#4CCDC4RGB
rgb(76, 205, 196)HSL
hsl(176, 56%, 55%)OKLCH
oklch(0.776 0.113 188.6)CMYK
cmyk(63%, 0%, 4%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C5BB
2#31AFA7
3#2B9992
4#25837D
5#1F6D68
6#195853
7#13423E
8#0C2C2A
9#061615
Tints
Lighter variations
1#5ED2CA
2#70D7D0
3#82DCD6
4#94E1DC
5#A5E6E1
6#B7EBE7
7#C9F0ED
8#DBF5F3
9#EDFAF9
Tones
Muted variations
1#52C6BE
2#59C0B9
3#5FB9B3
4#66B3AE
5#6CACA8
6#73A6A3
7#79A09D
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 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C635F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F7F6;
--sky-blue-200: #CBF0EE;
--sky-blue-300: #A4E5E1;
--sky-blue-400: #74D8D1;
--sky-blue-500: #4CCDC4;
--sky-blue-600: #31AFA7;
--sky-blue-700: #278B85;
--sky-blue-800: #1C635F;
--sky-blue-900: #12403D;
--sky-blue-950: #0B2826;
}