Sky Blue
#42D7D7
CyanColor Codes
All color formats for development
HEX
#42D7D7RGB
rgb(66, 215, 215)HSL
hsl(180, 65%, 55%)OKLCH
oklch(0.803 0.122 195)CMYK
cmyk(69%, 0%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD0D0
2#27B9B9
3#22A2A2
4#1D8B8B
5#197474
6#145D5D
7#0F4545
8#0A2E2E
9#051717
Tints
Lighter variations
1#55DBDB
2#68DFDF
3#7AE3E3
4#8DE7E7
5#A0EBEB
6#B3EFEF
7#C6F3F3
8#D9F7F7
9#ECFBFB
Tones
Muted variations
1#49CFCF
2#51C8C8
3#58C0C0
4#5FB9B9
5#67B2B2
6#6EAAAA
7#76A3A3
8#7D9B9B
9#859494
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAEA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9393 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F9;
--sky-blue-200: #C8F3F3;
--sky-blue-300: #9EEAEA;
--sky-blue-400: #6CE0E0;
--sky-blue-500: #42D7D7;
--sky-blue-600: #27B9B9;
--sky-blue-700: #1F9393;
--sky-blue-800: #166969;
--sky-blue-900: #0E4343;
--sky-blue-950: #092A2A;
}