Sky Blue
#3CD2DD
CyanColor Codes
All color formats for development
HEX
#3CD2DDRGB
rgb(60, 210, 221)HSL
hsl(184, 70%, 55%)OKLCH
oklch(0.792 0.122 202.4)CMYK
cmyk(73%, 5%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26CBD7
2#22B4BF
3#1D9EA7
4#19878F
5#157177
6#115A5F
7#0D4448
8#082D30
9#041718
Tints
Lighter variations
1#4FD6E0
2#63DBE3
3#76DFE7
4#8AE4EA
5#9DE8EE
6#B1EDF1
7#C4F1F5
8#D8F6F8
9#EBFAFC
Tones
Muted variations
1#44CBD5
2#4CC4CD
3#54BDC4
4#5CB6BC
5#64AFB4
6#6CA8AC
7#74A1A4
8#7C9A9C
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 | C7F2 #C7F2F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE8 #9BE8ED | BordersInactive statesPlaceholder text |
| 400 | 67DC #67DCE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CD2 #3CD2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B4 #22B4BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8F #1B8F98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1366 #13666C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C42 #0C4245 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | 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: #C7F2F5;
--sky-blue-300: #9BE8ED;
--sky-blue-400: #67DCE4;
--sky-blue-500: #3CD2DD;
--sky-blue-600: #22B4BF;
--sky-blue-700: #1B8F98;
--sky-blue-800: #13666C;
--sky-blue-900: #0C4245;
--sky-blue-950: #08292B;
}