Sky Blue
#61EABD
GreenColor Codes
All color formats for development
HEX
#61EABDRGB
rgb(97, 234, 189)HSL
hsl(160, 77%, 65%)OKLCH
oklch(0.849 0.136 168.3)CMYK
cmyk(59%, 0%, 19%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7B0
2#26E3A4
3#1BCD92
4#17B07D
5#139368
6#0F7553
7#0B583E
8#083B2A
9#041D15
Tints
Lighter variations
1#71EDC3
2#81EFCA
3#90F1D1
4#A0F3D7
5#B0F5DE
6#C0F7E4
7#D0F9EB
8#DFFBF2
9#EFFDF8
Tones
Muted variations
1#68E4BA
2#6FDDB8
3#76D6B6
4#7DCFB3
5#83C8B1
6#8AC1AF
7#91BAAD
8#98B3AA
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 | C4F7 #C4F7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2D3 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EABD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC78D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094833 | 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: #C4F7E6;
--sky-blue-300: #97F2D3;
--sky-blue-400: #61EABD;
--sky-blue-500: #34E5AA;
--sky-blue-600: #1AC78D;
--sky-blue-700: #159E70;
--sky-blue-800: #0F7150;
--sky-blue-900: #094833;
--sky-blue-950: #062D20;
}