Sky Blue
#4CCACD
CyanColor Codes
All color formats for development
HEX
#4CCACDRGB
rgb(76, 202, 205)HSL
hsl(181, 56%, 55%)OKLCH
oklch(0.771 0.109 197.4)CMYK
cmyk(63%, 1%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C3C5
2#31ADAF
3#2B9799
4#258283
5#1F6C6D
6#195658
7#134142
8#0C2B2C
9#061616
Tints
Lighter variations
1#5ED0D2
2#70D5D7
3#82DADC
4#94DFE1
5#A5E5E6
6#B7EAEB
7#C9EFF0
8#DBF4F5
9#EDFAFA
Tones
Muted variations
1#52C4C6
2#59BEC0
3#5FB8B9
4#66B2B3
5#6CABAC
6#73A5A6
7#799FA0
8#7F9999
9#869293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E4 #A4E4E5 | BordersInactive statesPlaceholder text |
| 400 | 74D6 #74D6D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCA #4CCACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AD #31ADAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278A #278A8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C62 #1C6263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B27 #0B2728 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F7F7;
--sky-blue-200: #CBF0F0;
--sky-blue-300: #A4E4E5;
--sky-blue-400: #74D6D8;
--sky-blue-500: #4CCACD;
--sky-blue-600: #31ADAF;
--sky-blue-700: #278A8B;
--sky-blue-800: #1C6263;
--sky-blue-900: #123F40;
--sky-blue-950: #0B2728;
}