Sky Blue
#61EAEA
CyanColor Codes
All color formats for development
HEX
#61EAEARGB
rgb(97, 234, 234)HSL
hsl(180, 77%, 65%)OKLCH
oklch(0.863 0.118 195.2)CMYK
cmyk(59%, 0%, 0%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E7E7
2#26E3E3
3#1BCDCD
4#17B0B0
5#139393
6#0F7575
7#0B5858
8#083B3B
9#041D1D
Tints
Lighter variations
1#71EDED
2#81EFEF
3#90F1F1
4#A0F3F3
5#B0F5F5
6#C0F7F7
7#D0F9F9
8#DFFBFB
9#EFFDFD
Tones
Muted variations
1#68E4E4
2#6FDDDD
3#76D6D6
4#7DCFCF
5#83C8C8
6#8AC1C1
7#91BABA
8#98B3B3
9#9FADAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2F2 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E5E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC7C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E9E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7171 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F1FDFD;
--sky-blue-100: #DFFBFB;
--sky-blue-200: #C4F7F7;
--sky-blue-300: #97F2F2;
--sky-blue-400: #61EAEA;
--sky-blue-500: #34E5E5;
--sky-blue-600: #1AC7C7;
--sky-blue-700: #159E9E;
--sky-blue-800: #0F7171;
--sky-blue-900: #094848;
--sky-blue-950: #062D2D;
}