Sky Blue
#67E4BD
GreenColor Codes
All color formats for development
HEX
#67E4BDRGB
rgb(103, 228, 189)HSL
hsl(161, 70%, 65%)OKLCH
oklch(0.837 0.126 170)CMYK
cmyk(55%, 0%, 17%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFB0
2#2FDAA4
3#23C592
4#1EA97D
5#198D68
6#147153
7#0F553E
8#0A382A
9#051C15
Tints
Lighter variations
1#76E7C3
2#86EACA
3#95ECD1
4#A4EFD7
5#B3F2DE
6#C2F4E4
7#D1F7EB
8#E1FAF2
9#F0FCF8
Tones
Muted variations
1#6EDEBA
2#74D8B8
3#7AD1B6
4#80CBB3
5#87C5B1
6#8DBFAF
7#93B8AD
8#99B2AA
9#A0ACA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1FA #E1FAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD3 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4BD | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B9870 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4533 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E1FAF2;
--sky-blue-200: #C7F5E6;
--sky-blue-300: #9BEDD3;
--sky-blue-400: #67E4BD;
--sky-blue-500: #3CDDAA;
--sky-blue-600: #22BF8D;
--sky-blue-700: #1B9870;
--sky-blue-800: #136C50;
--sky-blue-900: #0C4533;
--sky-blue-950: #082B20;
}