Sky Blue
#4DCBCB
CyanColor Codes
All color formats for development
HEX
#4DCBCBRGB
rgb(77, 203, 203)HSL
hsl(180, 55%, 55%)OKLCH
oklch(0.773 0.11 195.1)CMYK
cmyk(62%, 0%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C4C4
2#32AEAE
3#2C9898
4#268282
5#206D6D
6#195757
7#134141
8#0D2B2B
9#061616
Tints
Lighter variations
1#5FD1D1
2#71D6D6
3#82DBDB
4#94E0E0
5#A6E5E5
6#B8EAEA
7#CAF0F0
8#DBF5F5
9#EDFAFA
Tones
Muted variations
1#53C5C5
2#5ABFBF
3#60B8B8
4#66B2B2
5#6DACAC
6#73A5A5
7#799F9F
8#809999
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 | CCF0 #CCF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5E5 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCBCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AEAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F3F | 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: #CCF0F0;
--sky-blue-300: #A4E5E5;
--sky-blue-400: #75D7D7;
--sky-blue-500: #4DCBCB;
--sky-blue-600: #32AEAE;
--sky-blue-700: #288A8A;
--sky-blue-800: #1D6363;
--sky-blue-900: #123F3F;
--sky-blue-950: #0B2828;
}