Sky Blue
#67E4CD
CyanColor Codes
All color formats for development
HEX
#67E4CDRGB
rgb(103, 228, 205)HSL
hsl(169, 70%, 65%)OKLCH
oklch(0.842 0.117 179.4)CMYK
cmyk(55%, 0%, 10%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFC4
2#2FDABB
3#23C5A7
4#1EA990
5#198D78
6#147160
7#0F5548
8#0A3830
9#051C18
Tints
Lighter variations
1#76E7D2
2#86EAD7
3#95ECDC
4#A4EFE1
5#B3F2E6
6#C2F4EB
7#D1F7F0
8#E1FAF5
9#F0FCFA
Tones
Muted variations
1#6EDEC9
2#74D8C5
3#7AD1C1
4#80CBBD
5#87C5BA
6#8DBFB6
7#93B8B2
8#99B2AE
9#A0ACAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDE | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4CD | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BFA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9881 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C453B | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFB;
--sky-blue-100: #E1FAF5;
--sky-blue-200: #C7F5ED;
--sky-blue-300: #9BEDDE;
--sky-blue-400: #67E4CD;
--sky-blue-500: #3CDDBF;
--sky-blue-600: #22BFA2;
--sky-blue-700: #1B9881;
--sky-blue-800: #136C5C;
--sky-blue-900: #0C453B;
--sky-blue-950: #082B25;
}