Sky Blue
#61EAD6
CyanColor Codes
All color formats for development
HEX
#61EAD6RGB
rgb(97, 234, 214)HSL
hsl(171, 77%, 65%)OKLCH
oklch(0.856 0.123 182.1)CMYK
cmyk(59%, 0%, 9%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7CE
2#26E3C7
3#1BCDB3
4#17B099
5#139380
6#0F7566
7#0B584D
8#083B33
9#041D1A
Tints
Lighter variations
1#71EDDA
2#81EFDE
3#90F1E2
4#A0F3E6
5#B0F5EA
6#C0F7EF
7#D0F9F3
8#DFFBF7
9#EFFDFB
Tones
Muted variations
1#68E4D1
2#6FDDCC
3#76D6C7
4#7DCFC3
5#83C8BE
6#8AC1B9
7#91BAB4
8#98B3AF
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E4 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAD6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFB;
--sky-blue-100: #DFFBF7;
--sky-blue-200: #C4F7F0;
--sky-blue-300: #97F2E4;
--sky-blue-400: #61EAD6;
--sky-blue-500: #34E5CA;
--sky-blue-600: #1AC7AD;
--sky-blue-700: #159E89;
--sky-blue-800: #0F7162;
--sky-blue-900: #09483F;
--sky-blue-950: #062D27;
}