Sky Blue
#4CCDCD
CyanColor Codes
All color formats for development
HEX
#4CCDCDRGB
rgb(76, 205, 205)HSL
hsl(180, 56%, 55%)OKLCH
oklch(0.779 0.111 195.1)CMYK
cmyk(63%, 0%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C5C5
2#31AFAF
3#2B9999
4#258383
5#1F6D6D
6#195858
7#134242
8#0C2C2C
9#061616
Tints
Lighter variations
1#5ED2D2
2#70D7D7
3#82DCDC
4#94E1E1
5#A5E6E6
6#B7EBEB
7#C9F0F0
8#DBF5F5
9#EDFAFA
Tones
Muted variations
1#52C6C6
2#59C0C0
3#5FB9B9
4#66B3B3
5#6CACAC
6#73A6A6
7#79A0A0
8#7F9999
9#869393
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AFAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFC;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CBF0F0;
--sky-blue-300: #A4E5E5;
--sky-blue-400: #74D8D8;
--sky-blue-500: #4CCDCD;
--sky-blue-600: #31AFAF;
--sky-blue-700: #278B8B;
--sky-blue-800: #1C6363;
--sky-blue-900: #124040;
--sky-blue-950: #0B2828;
}