Sky Blue
#42D7CA
CyanColor Codes
All color formats for development
HEX
#42D7CARGB
rgb(66, 215, 202)HSL
hsl(175, 65%, 55%)OKLCH
oklch(0.799 0.124 186.5)CMYK
cmyk(69%, 0%, 6%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD0C3
2#27B9AD
3#22A297
4#1D8B82
5#19746C
6#145D56
7#0F4541
8#0A2E2B
9#051716
Tints
Lighter variations
1#55DBD0
2#68DFD5
3#7AE3DA
4#8DE7DF
5#A0EBE5
6#B3EFEA
7#C6F3EF
8#D9F7F4
9#ECFBFA
Tones
Muted variations
1#49CFC4
2#51C8BE
3#58C0B8
4#5FB9B2
5#67B2AB
6#6EAAA5
7#76A39F
8#7D9B99
9#859492
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAE4 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0D6 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B9AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F938A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E433F | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FCFB;
--sky-blue-100: #E2F9F7;
--sky-blue-200: #C8F3F0;
--sky-blue-300: #9EEAE4;
--sky-blue-400: #6CE0D6;
--sky-blue-500: #42D7CA;
--sky-blue-600: #27B9AD;
--sky-blue-700: #1F938A;
--sky-blue-800: #166962;
--sky-blue-900: #0E433F;
--sky-blue-950: #092A27;
}