Sky Blue
#51C8C8
CyanColor Codes
All color formats for development
HEX
#51C8C8RGB
rgb(81, 200, 200)HSL
hsl(180, 52%, 55%)OKLCH
oklch(0.766 0.106 195.2)CMYK
cmyk(60%, 0%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3DC0C0
2#36ABAB
3#2F9595
4#288080
5#226B6B
6#1B5555
7#144040
8#0D2B2B
9#071515
Tints
Lighter variations
1#62CDCD
2#73D3D3
3#85D8D8
4#96DEDE
5#A8E3E3
6#B9E9E9
7#CBEEEE
8#DCF4F4
9#EEF9F9
Tones
Muted variations
1#57C2C2
2#5DBCBC
3#62B6B6
4#68B0B0
5#6EAAAA
6#74A4A4
7#7A9E9E
8#809898
9#869292
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FB #F3FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEF #CDEFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6E3 #A6E3E3 | BordersInactive statesPlaceholder text |
| 400 | 77D4 #77D4D4 | Disabled statesSecondary iconsMuted text |
| 500 | 51C8 #51C8C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 36AB #36ABAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B88 #2B8888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F61 #1F6161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143E #143E3E | 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: #E4F6F6;
--sky-blue-200: #CDEFEF;
--sky-blue-300: #A6E3E3;
--sky-blue-400: #77D4D4;
--sky-blue-500: #51C8C8;
--sky-blue-600: #36ABAB;
--sky-blue-700: #2B8888;
--sky-blue-800: #1F6161;
--sky-blue-900: #143E3E;
--sky-blue-950: #0C2727;
}