Sky Blue
#3DCCDB
CyanColor Codes
All color formats for development
HEX
#3DCCDBRGB
rgb(61, 204, 219)HSL
hsl(186, 69%, 55%)OKLCH
oklch(0.778 0.119 205.4)CMYK
cmyk(72%, 7%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27C4D5
2#23AEBE
3#1E98A6
4#1A838E
5#166D77
6#11575F
7#0D4147
8#092C2F
9#041618
Tints
Lighter variations
1#50D1DF
2#64D6E3
3#77DBE6
4#8BE0EA
5#9EE5ED
6#B1EAF1
7#C5F0F4
8#D8F5F8
9#ECFAFB
Tones
Muted variations
1#45C5D4
2#4DBFCC
3#55B9C4
4#5DB2BC
5#65ACB4
6#6DA6AC
7#749FA4
8#7C999C
9#849394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F7 #E1F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F0 #C7F0F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE5 #9CE5ED | BordersInactive statesPlaceholder text |
| 400 | 68D7 #68D7E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DCC #3DCCDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23AE #23AEBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8B #1C8B97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1463 #14636C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3F #0D3F45 | 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: #E1F7F9;
--sky-blue-200: #C7F0F5;
--sky-blue-300: #9CE5ED;
--sky-blue-400: #68D7E3;
--sky-blue-500: #3DCCDB;
--sky-blue-600: #23AEBE;
--sky-blue-700: #1C8B97;
--sky-blue-800: #14636C;
--sky-blue-900: #0D3F45;
--sky-blue-950: #08282B;
}