Sky Blue
#67E4C9
CyanColor Codes
All color formats for development
HEX
#67E4C9RGB
rgb(103, 228, 201)HSL
hsl(167, 70%, 65%)OKLCH
oklch(0.84 0.119 176.9)CMYK
cmyk(55%, 0%, 12%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFBF
2#2FDAB5
3#23C5A2
4#1EA98B
5#198D74
6#14715D
7#0F5545
8#0A382E
9#051C17
Tints
Lighter variations
1#76E7CF
2#86EAD4
3#95ECD9
4#A4EFDF
5#B3F2E4
6#C2F4E9
7#D1F7EF
8#E1FAF4
9#F0FCFA
Tones
Muted variations
1#6EDEC6
2#74D8C2
3#7AD1BF
4#80CBBB
5#87C5B7
6#8DBFB4
7#93B8B0
8#99B2AD
9#A0ACA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDC | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C9 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDBA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4539 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E1FAF4;
--sky-blue-200: #C7F5EB;
--sky-blue-300: #9BEDDC;
--sky-blue-400: #67E4C9;
--sky-blue-500: #3CDDBA;
--sky-blue-600: #22BF9D;
--sky-blue-700: #1B987D;
--sky-blue-800: #136C59;
--sky-blue-900: #0C4539;
--sky-blue-950: #082B24;
}