Sky Blue
#3CCFDD
CyanColor Codes
All color formats for development
HEX
#3CCFDDRGB
rgb(60, 207, 221)HSL
hsl(185, 70%, 55%)OKLCH
oklch(0.785 0.121 204.5)CMYK
cmyk(73%, 6%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#26C8D7
2#22B2BF
3#1D9BA7
4#19858F
5#156F77
6#11595F
7#0D4348
8#082C30
9#041618
Tints
Lighter variations
1#4FD4E0
2#63D9E3
3#76DEE7
4#8AE2EA
5#9DE7EE
6#B1ECF1
7#C4F1F5
8#D8F5F8
9#EBFAFC
Tones
Muted variations
1#44C8D5
2#4CC2CD
3#54BBC4
4#5CB4BC
5#64AEB4
6#6CA7AC
7#74A0A4
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 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BE7 #9BE7ED | BordersInactive statesPlaceholder text |
| 400 | 67DA #67DAE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CCF #3CCFDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 22B2 #22B2BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B8D #1B8D98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1365 #13656C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C41 #0C4145 | Primary textHigh emphasis contentDark headings |
| 950 | 0828 #08282B | 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: #C7F1F5;
--sky-blue-300: #9BE7ED;
--sky-blue-400: #67DAE4;
--sky-blue-500: #3CCFDD;
--sky-blue-600: #22B2BF;
--sky-blue-700: #1B8D98;
--sky-blue-800: #13656C;
--sky-blue-900: #0C4145;
--sky-blue-950: #08282B;
}