Sky Blue
#42D7CD
CyanColor Codes
All color formats for development
HEX
#42D7CDRGB
rgb(66, 215, 205)HSL
hsl(176, 65%, 55%)OKLCH
oklch(0.8 0.123 188.4)CMYK
cmyk(69%, 0%, 5%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD0C5
2#27B9AF
3#22A299
4#1D8B84
5#19746E
6#145D58
7#0F4542
8#0A2E2C
9#051716
Tints
Lighter variations
1#55DBD2
2#68DFD7
3#7AE3DC
4#8DE7E1
5#A0EBE6
6#B3EFEB
7#C6F3F0
8#D9F7F5
9#ECFBFA
Tones
Muted variations
1#49CFC6
2#51C8C0
3#58C0B9
4#5FB9B3
5#67B2AD
6#6EAAA6
7#76A3A0
8#7D9B99
9#859493
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166964 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4340 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFC;
--sky-blue-100: #E2F9F7;
--sky-blue-200: #C8F3F1;
--sky-blue-300: #9EEAE5;
--sky-blue-400: #6CE0D8;
--sky-blue-500: #42D7CD;
--sky-blue-600: #27B9AF;
--sky-blue-700: #1F938C;
--sky-blue-800: #166964;
--sky-blue-900: #0E4340;
--sky-blue-950: #092A28;
}