Sky Blue
#67E4BB
GreenColor Codes
All color formats for development
HEX
#67E4BBRGB
rgb(103, 228, 187)HSL
hsl(160, 70%, 65%)OKLCH
oklch(0.837 0.127 168.9)CMYK
cmyk(55%, 0%, 18%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BDFAE
2#2FDAA1
3#23C58F
4#1EA97B
5#198D66
6#147152
7#0F553D
8#0A3829
9#051C14
Tints
Lighter variations
1#76E7C1
2#86EAC8
3#95ECCF
4#A4EFD6
5#B3F2DD
6#C2F4E4
7#D1F7EA
8#E1FAF1
9#F0FCF8
Tones
Muted variations
1#6EDEB8
2#74D8B6
3#7AD1B4
4#80CBB2
5#87C5B0
6#8DBFAE
7#93B8AC
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 #E1FAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F5 #C7F5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BED #9BEDD2 | BordersInactive statesPlaceholder text |
| 400 | 67E4 #67E4BB | Disabled statesSecondary iconsMuted text |
| 500 | 3CDD #3CDDA7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 22BF #22BF8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B98 #1B986E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 136C #136C4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C45 #0C4532 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FDF9;
--sky-blue-100: #E1FAF1;
--sky-blue-200: #C7F5E6;
--sky-blue-300: #9BEDD2;
--sky-blue-400: #67E4BB;
--sky-blue-500: #3CDDA7;
--sky-blue-600: #22BF8A;
--sky-blue-700: #1B986E;
--sky-blue-800: #136C4F;
--sky-blue-900: #0C4532;
--sky-blue-950: #082B1F;
}