Sky Blue
#67E4C3
GreenColor Codes
All color formats for development
HEX
#67E4C3RGB
rgb(103, 228, 195)HSL
hsl(164, 70%, 65%)OKLCH
oklch(0.839 0.122 173.3)CMYK
cmyk(55%, 0%, 14%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFB8
2#2FDAAD
3#23C59A
4#1EA984
5#198D6E
6#147158
7#0F5542
8#0A382C
9#051C16
Tints
Lighter variations
1#76E7C9
2#86EACF
3#95ECD5
4#A4EFDB
5#B3F2E1
6#C2F4E7
7#D1F7ED
8#E1FAF3
9#F0FCF9
Tones
Muted variations
1#6EDEC0
2#74D8BD
3#7AD1BA
4#80CBB7
5#87C5B4
6#8DBFB1
7#93B8AE
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 #E1FAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD8 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C3 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9876 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4536 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDFA;
--sky-blue-100: #E1FAF3;
--sky-blue-200: #C7F5E9;
--sky-blue-300: #9BEDD8;
--sky-blue-400: #67E4C3;
--sky-blue-500: #3CDDB2;
--sky-blue-600: #22BF95;
--sky-blue-700: #1B9876;
--sky-blue-800: #136C55;
--sky-blue-900: #0C4536;
--sky-blue-950: #082B22;
}