Sky Blue
#53C6C6
CyanColor Codes
All color formats for development
HEX
#53C6C6RGB
rgb(83, 198, 198)HSL
hsl(180, 50%, 55%)OKLCH
oklch(0.762 0.103 195.2)CMYK
cmyk(58%, 0%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3FBDBD
2#38A8A8
3#319393
4#2A7E7E
5#236969
6#1C5454
7#153F3F
8#0E2A2A
9#071515
Tints
Lighter variations
1#64CBCB
2#75D1D1
3#87D7D7
4#98DDDD
5#A9E2E2
6#BAE8E8
7#CBEEEE
8#DDF4F4
9#EEF9F9
Tones
Muted variations
1#59C0C0
2#5EBABA
3#64B4B4
4#6AAFAF
5#70A9A9
6#75A3A3
7#7B9D9D
8#819898
9#879292
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F6 #E4F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDEE #CDEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7E2 #A7E2E2 | BordersInactive statesPlaceholder text |
| 400 | 79D2 #79D2D2 | Disabled statesSecondary iconsMuted text |
| 500 | 53C6 #53C6C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 38A8 #38A8A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D86 #2D8686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2060 #206060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 143D #143D3D | 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: #E4F6F6;
--sky-blue-200: #CDEEEE;
--sky-blue-300: #A7E2E2;
--sky-blue-400: #79D2D2;
--sky-blue-500: #53C6C6;
--sky-blue-600: #38A8A8;
--sky-blue-700: #2D8686;
--sky-blue-800: #206060;
--sky-blue-900: #143D3D;
--sky-blue-950: #0D2626;
}