Sky Blue
#4DC5CB
CyanColor Codes
All color formats for development
HEX
#4DC5CBRGB
rgb(77, 197, 203)HSL
hsl(183, 55%, 55%)OKLCH
oklch(0.759 0.106 199.8)CMYK
cmyk(62%, 3%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39BDC4
2#32A8AE
3#2C9398
4#267E82
5#20696D
6#195457
7#133F41
8#0D2A2B
9#061516
Tints
Lighter variations
1#5FCBD1
2#71D1D6
3#82D6DB
4#94DCE0
5#A6E2E5
6#B8E8EA
7#CAEEF0
8#DBF3F5
9#EDF9FA
Tones
Muted variations
1#53BFC5
2#5ABABF
3#60B4B8
4#66AEB2
5#6DA9AC
6#73A3A5
7#799D9F
8#809899
9#869293
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F6 #E3F6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEE #CCEEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E1 #A4E1E5 | BordersInactive statesPlaceholder text |
| 400 | 75D2 #75D2D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC5 #4DC5CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32A8 #32A8AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2885 #28858A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D5F #1D5F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B26 #0B2628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFC;
--sky-blue-100: #E3F6F7;
--sky-blue-200: #CCEEF0;
--sky-blue-300: #A4E1E5;
--sky-blue-400: #75D2D7;
--sky-blue-500: #4DC5CB;
--sky-blue-600: #32A8AE;
--sky-blue-700: #28858A;
--sky-blue-800: #1D5F63;
--sky-blue-900: #123D3F;
--sky-blue-950: #0B2628;
}