Sky Blue
#61EAE1
CyanColor Codes
All color formats for development
HEX
#61EAE1RGB
rgb(97, 234, 225)HSL
hsl(176, 77%, 65%)OKLCH
oklch(0.86 0.119 189.2)CMYK
cmyk(59%, 0%, 4%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7DC
2#26E3D6
3#1BCDC1
4#17B0A6
5#13938A
6#0F756F
7#0B5853
8#083B37
9#041D1C
Tints
Lighter variations
1#71EDE4
2#81EFE7
3#90F1EA
4#A0F3ED
5#B0F5F0
6#C0F7F3
7#D0F9F6
8#DFFBF9
9#EFFDFC
Tones
Muted variations
1#68E4DB
2#6FDDD5
3#76D6CF
4#7DCFC9
5#83C8C4
6#8AC1BE
7#91BAB8
8#98B3B2
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7BB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F716A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094844 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF9;
--sky-blue-200: #C4F7F4;
--sky-blue-300: #97F2EB;
--sky-blue-400: #61EAE1;
--sky-blue-500: #34E5D9;
--sky-blue-600: #1AC7BB;
--sky-blue-700: #159E95;
--sky-blue-800: #0F716A;
--sky-blue-900: #094844;
--sky-blue-950: #062D2B;
}