Sky Blue
#4CC4CD
CyanColor Codes
All color formats for development
HEX
#4CC4CDRGB
rgb(76, 196, 205)HSL
hsl(184, 56%, 55%)OKLCH
oklch(0.757 0.106 202.2)CMYK
cmyk(63%, 4%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38BBC5
2#31A7AF
3#2B9299
4#257D83
5#1F686D
6#195358
7#133E42
8#0C2A2C
9#061516
Tints
Lighter variations
1#5ECAD2
2#70D0D7
3#82D6DC
4#94DCE1
5#A5E1E6
6#B7E7EB
7#C9EDF0
8#DBF3F5
9#EDF9FA
Tones
Muted variations
1#52BEC6
2#59B9C0
3#5FB3B9
4#66AEB3
5#6CA8AC
6#73A3A6
7#799DA0
8#7F9799
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 | CBEE #CBEEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E1 #A4E1E5 | BordersInactive statesPlaceholder text |
| 400 | 74D1 #74D1D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC4 #4CC4CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A7 #31A7AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2785 #27858B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C5F #1C5F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123D #123D40 | 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: #CBEEF0;
--sky-blue-300: #A4E1E5;
--sky-blue-400: #74D1D8;
--sky-blue-500: #4CC4CD;
--sky-blue-600: #31A7AF;
--sky-blue-700: #27858B;
--sky-blue-800: #1C5F63;
--sky-blue-900: #123D40;
--sky-blue-950: #0B2628;
}