Sky Blue
#61EADA
CyanColor Codes
All color formats for development
HEX
#61EADARGB
rgb(97, 234, 218)HSL
hsl(173, 77%, 65%)OKLCH
oklch(0.858 0.121 184.7)CMYK
cmyk(59%, 0%, 7%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7D4
2#26E3CD
3#1BCDB9
4#17B09E
5#139384
6#0F7569
7#0B584F
8#083B35
9#041D1A
Tints
Lighter variations
1#71EDDE
2#81EFE2
3#90F1E5
4#A0F3E9
5#B0F5ED
6#C0F7F0
7#D0F9F4
8#DFFBF8
9#EFFDFB
Tones
Muted variations
1#68E4D5
2#6FDDD0
3#76D6CB
4#7DCFC5
5#83C8C0
6#8AC1BB
7#91BAB6
8#98B3B0
9#9FADAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2E7 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EADA | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7165 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFC;
--sky-blue-100: #DFFBF8;
--sky-blue-200: #C4F7F1;
--sky-blue-300: #97F2E7;
--sky-blue-400: #61EADA;
--sky-blue-500: #34E5D0;
--sky-blue-600: #1AC7B2;
--sky-blue-700: #159E8E;
--sky-blue-800: #0F7165;
--sky-blue-900: #094841;
--sky-blue-950: #062D29;
}