Sky Blue
#61EACD
CyanColor Codes
All color formats for development
HEX
#61EACDRGB
rgb(97, 234, 205)HSL
hsl(167, 77%, 65%)OKLCH
oklch(0.854 0.127 176.8)CMYK
cmyk(59%, 0%, 12%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7C3
2#26E3BA
3#1BCDA7
4#17B08F
5#139377
6#0F755F
7#0B5847
8#083B30
9#041D18
Tints
Lighter variations
1#71EDD2
2#81EFD7
3#90F1DC
4#A0F3E1
5#B0F5E6
6#C0F7EB
7#D0F9F0
8#DFFBF5
9#EFFDFA
Tones
Muted variations
1#68E4C9
2#6FDDC5
3#76D6C1
4#7DCFBD
5#83C8B9
6#8AC1B5
7#91BAB1
8#98B3AE
9#9FADAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2DE | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EACD | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7A1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F715C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF5;
--sky-blue-200: #C4F7EC;
--sky-blue-300: #97F2DE;
--sky-blue-400: #61EACD;
--sky-blue-500: #34E5BE;
--sky-blue-600: #1AC7A1;
--sky-blue-700: #159E80;
--sky-blue-800: #0F715C;
--sky-blue-900: #09483B;
--sky-blue-950: #062D25;
}