Sky Blue
#4DCBC7
CyanColor Codes
All color formats for development
HEX
#4DCBC7RGB
rgb(77, 203, 199)HSL
hsl(178, 55%, 55%)OKLCH
oklch(0.772 0.11 192.2)CMYK
cmyk(62%, 0%, 2%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C4BF
2#32AEAA
3#2C9895
4#26827F
5#206D6A
6#195755
7#134140
8#0D2B2A
9#061615
Tints
Lighter variations
1#5FD1CD
2#71D6D2
3#82DBD8
4#94E0DD
5#A6E5E3
6#B8EAE9
7#CAF0EE
8#DBF5F4
9#EDFAF9
Tones
Muted variations
1#53C5C1
2#5ABFBB
3#60B8B5
4#66B2B0
5#6DACAA
6#73A5A4
7#799F9E
8#809998
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 | CCF0 #CCF0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7D4 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEAA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2827 | 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: #CCF0EF;
--sky-blue-300: #A4E5E2;
--sky-blue-400: #75D7D4;
--sky-blue-500: #4DCBC7;
--sky-blue-600: #32AEAA;
--sky-blue-700: #288A87;
--sky-blue-800: #1D6360;
--sky-blue-900: #123F3E;
--sky-blue-950: #0B2827;
}