Sky Blue
#67E4DC
CyanColor Codes
All color formats for development
HEX
#67E4DCRGB
rgb(103, 228, 220)HSL
hsl(176, 70%, 65%)OKLCH
oklch(0.846 0.112 189.6)CMYK
cmyk(55%, 0%, 4%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFD5
2#2FDACF
3#23C5BA
4#1EA9A0
5#198D85
6#14716B
7#0F5550
8#0A3835
9#051C1B
Tints
Lighter variations
1#76E7DF
2#86EAE3
3#95ECE6
4#A4EFEA
5#B3F2ED
6#C2F4F1
7#D1F7F4
8#E1FAF8
9#F0FCFB
Tones
Muted variations
1#6EDED6
2#74D8D1
3#7AD1CC
4#80CBC6
5#87C5C1
6#8DBFBB
7#93B8B6
8#99B2B1
9#A0ACAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDE8 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4DC | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B988F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4542 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFC;
--sky-blue-100: #E1FAF8;
--sky-blue-200: #C7F5F2;
--sky-blue-300: #9BEDE8;
--sky-blue-400: #67E4DC;
--sky-blue-500: #3CDDD2;
--sky-blue-600: #22BFB4;
--sky-blue-700: #1B988F;
--sky-blue-800: #136C66;
--sky-blue-900: #0C4542;
--sky-blue-950: #082B29;
}