Sky Blue
#3CD5DD
CyanColor Codes
All color formats for development
HEX
#3CD5DDRGB
rgb(60, 213, 221)HSL
hsl(183, 70%, 55%)OKLCH
oklch(0.799 0.123 200.3)CMYK
cmyk(73%, 4%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26CED7
2#22B7BF
3#1DA0A7
4#19898F
5#157277
6#115B5F
7#0D4548
8#082E30
9#041718
Tints
Lighter variations
1#4FD9E0
2#63DDE3
3#76E1E7
4#8AE6EA
5#9DEAEE
6#B1EEF1
7#C4F2F5
8#D8F7F8
9#EBFBFC
Tones
Muted variations
1#44CDD5
2#4CC6CD
3#54BFC4
4#5CB8BC
5#64B0B4
6#6CA9AC
7#74A2A4
8#7C9B9C
9#849394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F3 #C7F3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE9 #9BE9ED | BordersInactive statesPlaceholder text |
| 400 | 67DE #67DEE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD5 #3CD5DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B7 #22B7BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B91 #1B9198 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1368 #13686C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C43 #0C4345 | Primary textHigh emphasis contentDark headings |
| 950 | 082A #082A2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFD;
--sky-blue-100: #E1F8FA;
--sky-blue-200: #C7F3F5;
--sky-blue-300: #9BE9ED;
--sky-blue-400: #67DEE4;
--sky-blue-500: #3CD5DD;
--sky-blue-600: #22B7BF;
--sky-blue-700: #1B9198;
--sky-blue-800: #13686C;
--sky-blue-900: #0C4345;
--sky-blue-950: #082A2B;
}