Sky Blue
#42D7D2
CyanColor Codes
All color formats for development
HEX
#42D7D2RGB
rgb(66, 215, 210)HSL
hsl(178, 65%, 55%)OKLCH
oklch(0.802 0.122 191.7)CMYK
cmyk(69%, 0%, 2%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD0CB
2#27B9B4
3#22A29E
4#1D8B87
5#197471
6#145D5A
7#0F4544
8#0A2E2D
9#051717
Tints
Lighter variations
1#55DBD6
2#68DFDB
3#7AE3DF
4#8DE7E4
5#A0EBE8
6#B3EFED
7#C6F3F1
8#D9F7F6
9#ECFBFA
Tones
Muted variations
1#49CFCB
2#51C8C4
3#58C0BD
4#5FB9B6
5#67B2AF
6#6EAAA8
7#76A3A1
8#7D9B9A
9#859493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0DC | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166966 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4342 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F8;
--sky-blue-200: #C8F3F2;
--sky-blue-300: #9EEAE8;
--sky-blue-400: #6CE0DC;
--sky-blue-500: #42D7D2;
--sky-blue-600: #27B9B4;
--sky-blue-700: #1F938F;
--sky-blue-800: #166966;
--sky-blue-900: #0E4342;
--sky-blue-950: #092A29;
}