Sky Blue
#55C3C3
CyanColor Codes
All color formats for development
HEX
#55C3C3RGB
rgb(85, 195, 195)HSL
hsl(180, 48%, 55%)OKLCH
oklch(0.754 0.1 195.2)CMYK
cmyk(56%, 0%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#42BBBB
2#3AA6A6
3#339191
4#2C7D7D
5#246868
6#1D5353
7#163E3E
8#0F2A2A
9#071515
Tints
Lighter variations
1#66C9C9
2#77CFCF
3#88D5D5
4#99DBDB
5#AAE1E1
6#BBE7E7
7#CCEDED
8#DDF3F3
9#EEF9F9
Tones
Muted variations
1#5BBEBE
2#60B8B8
3#66B3B3
4#6BADAD
5#71A8A8
6#76A2A2
7#7C9D9D
8#819797
9#879292
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F6 #E5F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEE #CEEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8E1 #A8E1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BD1 #7BD1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55C3 #55C3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3AA6 #3AA6A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E84 #2E8484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215E #215E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 153C #153C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FBFB;
--sky-blue-100: #E5F6F6;
--sky-blue-200: #CEEEEE;
--sky-blue-300: #A8E1E1;
--sky-blue-400: #7BD1D1;
--sky-blue-500: #55C3C3;
--sky-blue-600: #3AA6A6;
--sky-blue-700: #2E8484;
--sky-blue-800: #215E5E;
--sky-blue-900: #153C3C;
--sky-blue-950: #0D2626;
}