Sky Blue
#4BC5CE
CyanColor Codes
All color formats for development
HEX
#4BC5CERGB
rgb(75, 197, 206)HSL
hsl(184, 57%, 55%)OKLCH
oklch(0.76 0.107 202.1)CMYK
cmyk(64%, 4%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36BDC6
2#30A8B0
3#2A939A
4#247E84
5#1E696E
6#185458
7#123F42
8#0C2A2C
9#061516
Tints
Lighter variations
1#5DCBD3
2#6FD1D8
3#81D6DC
4#93DCE1
5#A5E2E6
6#B7E8EB
7#C9EEF0
8#DBF3F5
9#EDF9FA
Tones
Muted variations
1#51BFC7
2#58BAC1
3#5EB4BA
4#65AEB3
5#6CA9AD
6#72A3A6
7#799DA0
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 | CBEE #CBEEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E1 #A3E1E6 | BordersInactive statesPlaceholder text |
| 400 | 73D2 #73D2D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BC5 #4BC5CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 30A8 #30A8B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2685 #26858C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B5F #1B5F64 | 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: #CBEEF1;
--sky-blue-300: #A3E1E6;
--sky-blue-400: #73D2D9;
--sky-blue-500: #4BC5CE;
--sky-blue-600: #30A8B0;
--sky-blue-700: #26858C;
--sky-blue-800: #1B5F64;
--sky-blue-900: #123D40;
--sky-blue-950: #0B2628;
}