Sky Blue
#60EBC2
GreenColor Codes
All color formats for development
HEX
#60EBC2RGB
rgb(96, 235, 194)HSL
hsl(162, 78%, 65%)OKLCH
oklch(0.853 0.135 170.5)CMYK
cmyk(59%, 0%, 17%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8B6
2#25E4AB
3#1ACF98
4#16B182
5#12946D
6#0F7657
7#0B5941
8#073B2B
9#041E16
Tints
Lighter variations
1#70EDC8
2#80EFCE
3#90F1D4
4#A0F3DA
5#B0F5E0
6#BFF7E6
7#CFF9ED
8#DFFBF3
9#EFFDF9
Tones
Muted variations
1#67E4BF
2#6EDDBC
3#75D6B9
4#7CD0B6
5#83C9B4
6#8AC2B1
7#91BBAE
8#98B4AB
9#9FADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D7 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBC2 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C893 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7154 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094936 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF3;
--sky-blue-200: #C4F8E8;
--sky-blue-300: #97F2D7;
--sky-blue-400: #60EBC2;
--sky-blue-500: #33E6B0;
--sky-blue-600: #19C893;
--sky-blue-700: #149F75;
--sky-blue-800: #0E7154;
--sky-blue-900: #094936;
--sky-blue-950: #062D21;
}