Sky Blue
#42D7C5
CyanColor Codes
All color formats for development
HEX
#42D7C5RGB
rgb(66, 215, 197)HSL
hsl(173, 65%, 55%)OKLCH
oklch(0.798 0.126 183.3)CMYK
cmyk(69%, 0%, 8%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD0BD
2#27B9A8
3#22A293
4#1D8B7E
5#197469
6#145D54
7#0F453F
8#0A2E2A
9#051715
Tints
Lighter variations
1#55DBCB
2#68DFD1
3#7AE3D7
4#8DE7DC
5#A0EBE2
6#B3EFE8
7#C6F3EE
8#D9F7F3
9#ECFBF9
Tones
Muted variations
1#49CFC0
2#51C8BA
3#58C0B4
4#5FB9AF
5#67B2A9
6#6EAAA3
7#76A39D
8#7D9B98
9#859492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE2 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433D | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F6;
--sky-blue-200: #C8F3EE;
--sky-blue-300: #9EEAE2;
--sky-blue-400: #6CE0D2;
--sky-blue-500: #42D7C5;
--sky-blue-600: #27B9A8;
--sky-blue-700: #1F9386;
--sky-blue-800: #166960;
--sky-blue-900: #0E433D;
--sky-blue-950: #092A26;
}