Sky Blue
#60EBBD
GreenColor Codes
All color formats for development
HEX
#60EBBDRGB
rgb(96, 235, 189)HSL
hsl(160, 78%, 65%)OKLCH
oklch(0.852 0.138 168)CMYK
cmyk(59%, 0%, 20%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8B1
2#25E4A4
3#1ACF92
4#16B17D
5#129468
6#0F7654
7#0B593F
8#073B2A
9#041E15
Tints
Lighter variations
1#70EDC4
2#80EFCA
3#90F1D1
4#A0F3D7
5#B0F5DE
6#BFF7E5
7#CFF9EB
8#DFFBF2
9#EFFDF8
Tones
Muted variations
1#67E4BB
2#6EDDB8
3#75D6B6
4#7CD0B4
5#83C9B1
6#8AC2AF
7#91BBAD
8#98B4AA
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBD | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094933 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF2;
--sky-blue-200: #C4F8E6;
--sky-blue-300: #97F2D4;
--sky-blue-400: #60EBBD;
--sky-blue-500: #33E6AA;
--sky-blue-600: #19C88D;
--sky-blue-700: #149F70;
--sky-blue-800: #0E7150;
--sky-blue-900: #094933;
--sky-blue-950: #062D20;
}