Sky Blue
#3DCEDB
CyanColor Codes
All color formats for development
HEX
#3DCEDBRGB
rgb(61, 206, 219)HSL
hsl(185, 69%, 55%)OKLCH
oklch(0.782 0.119 203.9)CMYK
cmyk(72%, 6%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#27C7D5
2#23B1BE
3#1E9BA6
4#1A858E
5#166E77
6#11585F
7#0D4247
8#092C2F
9#041618
Tints
Lighter variations
1#50D3DF
2#64D8E3
3#77DDE6
4#8BE2EA
5#9EE7ED
6#B1EBF1
7#C5F0F4
8#D8F5F8
9#ECFAFB
Tones
Muted variations
1#45C8D4
2#4DC1CC
3#55BAC4
4#5DB4BC
5#65ADB4
6#6DA7AC
7#74A0A4
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 | C7F1 #C7F1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE6 #9CE6ED | BordersInactive statesPlaceholder text |
| 400 | 68D9 #68D9E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DCE #3DCEDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 23B1 #23B1BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C8D #1C8D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1464 #14646C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D40 #0D4045 | 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: #C7F1F5;
--sky-blue-300: #9CE6ED;
--sky-blue-400: #68D9E3;
--sky-blue-500: #3DCEDB;
--sky-blue-600: #23B1BE;
--sky-blue-700: #1C8D97;
--sky-blue-800: #14646C;
--sky-blue-900: #0D4045;
--sky-blue-950: #08282B;
}