Sky Blue
#57C1C1
CyanColor Codes
All color formats for development
HEX
#57C1C1RGB
rgb(87, 193, 193)HSL
hsl(180, 46%, 55%)OKLCH
oklch(0.749 0.097 195.3)CMYK
cmyk(55%, 0%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44B8B8
2#3DA4A4
3#358F8F
4#2D7B7B
5#266666
6#1E5252
7#173D3D
8#0F2929
9#081414
Tints
Lighter variations
1#68C7C7
2#79CDCD
3#8AD4D4
4#9ADADA
5#ABE0E0
6#BCE6E6
7#CDECEC
8#DDF3F3
9#EEF9F9
Tones
Muted variations
1#5DBCBC
2#62B6B6
3#67B1B1
4#6DACAC
5#72A7A7
6#77A1A1
7#7C9C9C
8#829797
9#879292
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F5 #E5F5F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFED #CFEDED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9DF #A9DFDF | BordersInactive statesPlaceholder text |
| 400 | 7DCF #7DCFCF | Disabled statesSecondary iconsMuted text |
| 500 | 57C1 #57C1C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3DA4 #3DA4A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3082 #308282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 225D #225D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 163C #163C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E25 #0E2525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F4FBFB;
--sky-blue-100: #E5F5F5;
--sky-blue-200: #CFEDED;
--sky-blue-300: #A9DFDF;
--sky-blue-400: #7DCFCF;
--sky-blue-500: #57C1C1;
--sky-blue-600: #3DA4A4;
--sky-blue-700: #308282;
--sky-blue-800: #225D5D;
--sky-blue-900: #163C3C;
--sky-blue-950: #0E2525;
}