Sky Blue
#61EAD1
CyanColor Codes
All color formats for development
HEX
#61EAD1RGB
rgb(97, 234, 209)HSL
hsl(169, 77%, 65%)OKLCH
oklch(0.855 0.125 179.1)CMYK
cmyk(59%, 0%, 11%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7C9
2#26E3C0
3#1BCDAD
4#17B094
5#13937B
6#0F7563
7#0B584A
8#083B31
9#041D19
Tints
Lighter variations
1#71EDD6
2#81EFDA
3#90F1DF
4#A0F3E4
5#B0F5E8
6#C0F7ED
7#D0F9F1
8#DFFBF6
9#EFFDFA
Tones
Muted variations
1#68E4CD
2#6FDDC9
3#76D6C4
4#7DCFC0
5#83C8BC
6#8AC1B7
7#91BAB3
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 #DFFBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E1 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F715F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF6;
--sky-blue-200: #C4F7EE;
--sky-blue-300: #97F2E1;
--sky-blue-400: #61EAD1;
--sky-blue-500: #34E5C4;
--sky-blue-600: #1AC7A7;
--sky-blue-700: #159E85;
--sky-blue-800: #0F715F;
--sky-blue-900: #09483D;
--sky-blue-950: #062D26;
}