Sky Blue
#61EAC6
GreenColor Codes
All color formats for development
HEX
#61EAC6RGB
rgb(97, 234, 198)HSL
hsl(164, 77%, 65%)OKLCH
oklch(0.852 0.131 172.9)CMYK
cmyk(59%, 0%, 15%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7BB
2#26E3B1
3#1BCD9E
4#17B087
5#139371
6#0F755A
7#0B5844
8#083B2D
9#041D17
Tints
Lighter variations
1#71EDCC
2#81EFD1
3#90F1D7
4#A0F3DD
5#B0F5E2
6#C0F7E8
7#D0F9EE
8#DFFBF4
9#EFFDF9
Tones
Muted variations
1#68E4C3
2#6FDDBF
3#76D6BC
4#7DCFB9
5#83C8B6
6#8AC1B3
7#91BAAF
8#98B3AC
9#9FADA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D9 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAC6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094837 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFA;
--sky-blue-100: #DFFBF4;
--sky-blue-200: #C4F7EA;
--sky-blue-300: #97F2D9;
--sky-blue-400: #61EAC6;
--sky-blue-500: #34E5B5;
--sky-blue-600: #1AC799;
--sky-blue-700: #159E79;
--sky-blue-800: #0F7157;
--sky-blue-900: #094837;
--sky-blue-950: #062D23;
}