Sky Blue
#67E4C1
GreenColor Codes
All color formats for development
HEX
#67E4C1RGB
rgb(103, 228, 193)HSL
hsl(163, 70%, 65%)OKLCH
oklch(0.838 0.123 172.2)CMYK
cmyk(55%, 0%, 15%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFB5
2#2FDAAA
3#23C597
4#1EA982
5#198D6C
6#147156
7#0F5541
8#0A382B
9#051C16
Tints
Lighter variations
1#76E7C7
2#86EACD
3#95ECD3
4#A4EFDA
5#B3F2E0
6#C2F4E6
7#D1F7EC
8#E1FAF3
9#F0FCF9
Tones
Muted variations
1#6EDEBE
2#74D8BB
3#7AD1B9
4#80CBB6
5#87C5B3
6#8DBFB1
7#93B8AE
8#99B2AB
9#A0ACA8
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 #C7F5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD6 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4C1 | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9874 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4535 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B21 | 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: #C7F5E8;
--sky-blue-300: #9BEDD6;
--sky-blue-400: #67E4C1;
--sky-blue-500: #3CDDAF;
--sky-blue-600: #22BF92;
--sky-blue-700: #1B9874;
--sky-blue-800: #136C53;
--sky-blue-900: #0C4535;
--sky-blue-950: #082B21;
}