Sky Blue
#4DC7CB
CyanColor Codes
All color formats for development
HEX
#4DC7CBRGB
rgb(77, 199, 203)HSL
hsl(182, 55%, 55%)OKLCH
oklch(0.764 0.107 198.2)CMYK
cmyk(62%, 2%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39BFC4
2#32AAAE
3#2C9598
4#267F82
5#206A6D
6#195557
7#134041
8#0D2A2B
9#061516
Tints
Lighter variations
1#5FCDD1
2#71D2D6
3#82D8DB
4#94DDE0
5#A6E3E5
6#B8E9EA
7#CAEEF0
8#DBF4F5
9#EDF9FA
Tones
Muted variations
1#53C1C5
2#5ABBBF
3#60B5B8
4#66B0B2
5#6DAAAC
6#73A4A5
7#799E9F
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 | CCEF #CCEFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E2 #A4E2E5 | BordersInactive statesPlaceholder text |
| 400 | 75D4 #75D4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4DC7 #4DC7CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AA #32AAAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2887 #28878A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D60 #1D6063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123E #123E3F | 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: #E3F6F7;
--sky-blue-200: #CCEFF0;
--sky-blue-300: #A4E2E5;
--sky-blue-400: #75D4D7;
--sky-blue-500: #4DC7CB;
--sky-blue-600: #32AAAE;
--sky-blue-700: #28878A;
--sky-blue-800: #1D6063;
--sky-blue-900: #123E3F;
--sky-blue-950: #0B2728;
}