Sky Blue
#61E6EA
CyanColor Codes
All color formats for development
HEX
#61E6EARGB
rgb(97, 230, 234)HSL
hsl(182, 77%, 65%)OKLCH
oklch(0.853 0.116 198)CMYK
cmyk(59%, 2%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E1E7
2#26DDE3
3#1BC7CD
4#17ABB0
5#138E93
6#0F7275
7#0B5558
8#08393B
9#041C1D
Tints
Lighter variations
1#71E8ED
2#81EBEF
3#90EDF1
4#A0F0F3
5#B0F2F5
6#C0F5F7
7#D0F7F9
8#DFFAFB
9#EFFCFD
Tones
Muted variations
1#68DFE4
2#6FD9DD
3#76D3D6
4#7DCCCF
5#83C6C8
6#8ABFC1
7#91B9BA
8#98B3B3
9#9FACAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFA #DFFAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F6 #C4F6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97EE #97EEF2 | BordersInactive statesPlaceholder text |
| 400 | 61E6 #61E6EA | Disabled statesSecondary iconsMuted text |
| 500 | 34DF #34DFE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC1 #1AC1C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1599 #15999E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6E #0F6E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0946 #094648 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFAFB;
--sky-blue-200: #C4F6F7;
--sky-blue-300: #97EEF2;
--sky-blue-400: #61E6EA;
--sky-blue-500: #34DFE5;
--sky-blue-600: #1AC1C7;
--sky-blue-700: #15999E;
--sky-blue-800: #0F6E71;
--sky-blue-900: #094648;
--sky-blue-950: #062C2D;
}