Sky Blue
#4ECACA
CyanColor Codes
All color formats for development
HEX
#4ECACARGB
rgb(78, 202, 202)HSL
hsl(180, 54%, 55%)OKLCH
oklch(0.771 0.108 195.1)CMYK
cmyk(61%, 0%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3AC2C2
2#34ADAD
3#2D9797
4#278282
5#206C6C
6#1A5656
7#134141
8#0D2B2B
9#061616
Tints
Lighter variations
1#60CFCF
2#72D5D5
3#83DADA
4#95DFDF
5#A7E5E5
6#B8EAEA
7#CAEFEF
8#DCF4F4
9#EDFAFA
Tones
Muted variations
1#54C4C4
2#5BBEBE
3#61B8B8
4#67B1B1
5#6DABAB
6#73A5A5
7#7A9F9F
8#809999
9#869292
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F7 #E4F7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5E4 #A5E4E4 | BordersInactive statesPlaceholder text |
| 400 | 76D6 #76D6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4ECA #4ECACA | Primary brand colorCTAsActive elementsLinks |
| 600 | 34AD #34ADAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2989 #298989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D62 #1D6262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 133F #133F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C27 #0C2727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FBFB;
--sky-blue-100: #E4F7F7;
--sky-blue-200: #CCF0F0;
--sky-blue-300: #A5E4E4;
--sky-blue-400: #76D6D6;
--sky-blue-500: #4ECACA;
--sky-blue-600: #34ADAD;
--sky-blue-700: #298989;
--sky-blue-800: #1D6262;
--sky-blue-900: #133F3F;
--sky-blue-950: #0C2727;
}