Sky Blue
#4BCEC5
CyanColor Codes
All color formats for development
HEX
#4BCEC5RGB
rgb(75, 206, 197)HSL
hsl(176, 57%, 55%)OKLCH
oklch(0.778 0.114 188.6)CMYK
cmyk(64%, 0%, 4%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C6BD
2#30B0A8
3#2A9A93
4#24847E
5#1E6E69
6#185854
7#12423F
8#0C2C2A
9#061615
Tints
Lighter variations
1#5DD3CB
2#6FD8D1
3#81DCD6
4#93E1DC
5#A5E6E2
6#B7EBE8
7#C9F0EE
8#DBF5F3
9#EDFAF9
Tones
Muted variations
1#51C7BF
2#58C1BA
3#5EBAB4
4#65B3AE
5#6CADA9
6#72A6A3
7#79A09D
8#7F9998
9#869392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6E1 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9D2 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCEC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B0A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B645F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12403D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFB;
--sky-blue-100: #E3F7F6;
--sky-blue-200: #CBF1EE;
--sky-blue-300: #A3E6E1;
--sky-blue-400: #73D9D2;
--sky-blue-500: #4BCEC5;
--sky-blue-600: #30B0A8;
--sky-blue-700: #268C85;
--sky-blue-800: #1B645F;
--sky-blue-900: #12403D;
--sky-blue-950: #0B2826;
}