Sky Blue
#60EBBF
GreenColor Codes
All color formats for development
HEX
#60EBBFRGB
rgb(96, 235, 191)HSL
hsl(161, 78%, 65%)OKLCH
oklch(0.852 0.137 169)CMYK
cmyk(59%, 0%, 19%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E8B3
2#25E4A8
3#1ACF95
4#16B180
5#12946B
6#0F7655
7#0B5940
8#073B2B
9#041E15
Tints
Lighter variations
1#70EDC6
2#80EFCC
3#90F1D2
4#A0F3D9
5#B0F5DF
6#BFF7E6
7#CFF9EC
8#DFFBF2
9#EFFDF9
Tones
Muted variations
1#67E4BD
2#6EDDBA
3#75D6B8
4#7CD0B5
5#83C9B3
6#8AC2B0
7#91BBAD
8#98B4AB
9#9FADA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D5 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EBBF | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E6AD | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094934 | 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: #DFFBF2;
--sky-blue-200: #C4F8E7;
--sky-blue-300: #97F2D5;
--sky-blue-400: #60EBBF;
--sky-blue-500: #33E6AD;
--sky-blue-600: #19C890;
--sky-blue-700: #149F73;
--sky-blue-800: #0E7152;
--sky-blue-900: #094934;
--sky-blue-950: #062D21;
}