Sky Blue
#60EBBB
GreenColor Codes
All color formats for development
HEX
#60EBBBRGB
rgb(96, 235, 187)HSL
hsl(159, 78%, 65%)OKLCH
oklch(0.851 0.14 167.1)CMYK
cmyk(59%, 0%, 20%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8AE
2#25E4A1
3#1ACF8F
4#16B17B
5#129466
6#0F7652
7#0B593D
8#073B29
9#041E14
Tints
Lighter variations
1#70EDC1
2#80EFC8
3#90F1CF
4#A0F3D6
5#B0F5DD
6#BFF7E4
7#CFF9EA
8#DFFBF1
9#EFFDF8
Tones
Muted variations
1#67E4B9
2#6EDDB6
3#75D6B4
4#7CD0B2
5#83C9B0
6#8AC2AE
7#91BBAC
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 #DFFBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D2 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBB | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C88A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E714F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094932 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDF9;
--sky-blue-100: #DFFBF1;
--sky-blue-200: #C4F8E6;
--sky-blue-300: #97F2D2;
--sky-blue-400: #60EBBB;
--sky-blue-500: #33E6A7;
--sky-blue-600: #19C88A;
--sky-blue-700: #149F6E;
--sky-blue-800: #0E714F;
--sky-blue-900: #094932;
--sky-blue-950: #062D1F;
}