Sky Blue
#67E4C7
CyanColor Codes
All color formats for development
HEX
#67E4C7RGB
rgb(103, 228, 199)HSL
hsl(166, 70%, 65%)OKLCH
oklch(0.84 0.12 175.7)CMYK
cmyk(55%, 0%, 13%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFBD
2#2FDAB2
3#23C59F
4#1EA989
5#198D72
6#14715B
7#0F5544
8#0A382E
9#051C17
Tints
Lighter variations
1#76E7CD
2#86EAD2
3#95ECD8
4#A4EFDD
5#B3F2E3
6#C2F4E9
7#D1F7EE
8#E1FAF4
9#F0FCF9
Tones
Muted variations
1#6EDEC4
2#74D8C0
3#7AD1BD
4#80CBBA
5#87C5B6
6#8DBFB3
7#93B8B0
8#99B2AC
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 #C7F5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDDA | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B987B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4538 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B23 | 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: #C7F5EA;
--sky-blue-300: #9BEDDA;
--sky-blue-400: #67E4C7;
--sky-blue-500: #3CDDB7;
--sky-blue-600: #22BF9A;
--sky-blue-700: #1B987B;
--sky-blue-800: #136C58;
--sky-blue-900: #0C4538;
--sky-blue-950: #082B23;
}