Sky Blue
#4CC6CD
CyanColor Codes
All color formats for development
HEX
#4CC6CDRGB
rgb(76, 198, 205)HSL
hsl(183, 56%, 55%)OKLCH
oklch(0.762 0.107 200.5)CMYK
cmyk(63%, 3%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38BEC5
2#31A9AF
3#2B9499
4#257F83
5#1F696D
6#195458
7#133F42
8#0C2A2C
9#061516
Tints
Lighter variations
1#5ECCD2
2#70D1D7
3#82D7DC
4#94DDE1
5#A5E3E6
6#B7E8EB
7#C9EEF0
8#DBF4F5
9#EDF9FA
Tones
Muted variations
1#52C0C6
2#59BBC0
3#5FB5B9
4#66AFB3
5#6CA9AC
6#73A3A6
7#799EA0
8#7F9899
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 | CBEF #CBEFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E2 #A4E2E5 | BordersInactive statesPlaceholder text |
| 400 | 74D3 #74D3D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CC6 #4CC6CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 31A9 #31A9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2786 #27868B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C60 #1C6063 | 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: #CBEFF0;
--sky-blue-300: #A4E2E5;
--sky-blue-400: #74D3D8;
--sky-blue-500: #4CC6CD;
--sky-blue-600: #31A9AF;
--sky-blue-700: #27868B;
--sky-blue-800: #1C6063;
--sky-blue-900: #123D40;
--sky-blue-950: #0B2628;
}