Sky Blue
#61EAE6
CyanColor Codes
All color formats for development
HEX
#61EAE6RGB
rgb(97, 234, 230)HSL
hsl(178, 77%, 65%)OKLCH
oklch(0.861 0.119 192.5)CMYK
cmyk(59%, 0%, 2%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7E1
2#26E3DD
3#1BCDC7
4#17B0AB
5#13938E
6#0F7572
7#0B5855
8#083B39
9#041D1C
Tints
Lighter variations
1#71EDE8
2#81EFEB
3#90F1ED
4#A0F3F0
5#B0F5F2
6#C0F7F5
7#D0F9F7
8#DFFBFA
9#EFFDFC
Tones
Muted variations
1#68E4DF
2#6FDDD9
3#76D6D3
4#7DCFCC
5#83C8C6
6#8AC1BF
7#91BAB9
8#98B3B3
9#9FADAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2EE | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAE6 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F716E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094846 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFA;
--sky-blue-200: #C4F7F6;
--sky-blue-300: #97F2EE;
--sky-blue-400: #61EAE6;
--sky-blue-500: #34E5DF;
--sky-blue-600: #1AC7C1;
--sky-blue-700: #159E99;
--sky-blue-800: #0F716E;
--sky-blue-900: #094846;
--sky-blue-950: #062D2C;
}