Sky Blue
#4CCDC6
CyanColor Codes
All color formats for development
HEX
#4CCDC6RGB
rgb(76, 205, 198)HSL
hsl(177, 56%, 55%)OKLCH
oklch(0.776 0.112 190)CMYK
cmyk(63%, 0%, 3%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C5BE
2#31AFA9
3#2B9994
4#25837F
5#1F6D69
6#195854
7#13423F
8#0C2C2A
9#061615
Tints
Lighter variations
1#5ED2CC
2#70D7D1
3#82DCD7
4#94E1DD
5#A5E6E3
6#B7EBE8
7#C9F0EE
8#DBF5F4
9#EDFAF9
Tones
Muted variations
1#52C6C0
2#59C0BB
3#5FB9B5
4#66B3AF
5#6CACA9
6#73A6A3
7#79A09E
8#7F9998
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 #CBF0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D3 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDC6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6360 | 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: #CBF0EF;
--sky-blue-300: #A4E5E2;
--sky-blue-400: #74D8D3;
--sky-blue-500: #4CCDC6;
--sky-blue-600: #31AFA9;
--sky-blue-700: #278B86;
--sky-blue-800: #1C6360;
--sky-blue-900: #12403D;
--sky-blue-950: #0B2826;
}