Sky Blue
#42D4D7
CyanColor Codes
All color formats for development
HEX
#42D4D7RGB
rgb(66, 212, 215)HSL
hsl(181, 65%, 55%)OKLCH
oklch(0.796 0.12 197)CMYK
cmyk(69%, 1%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CCED0
2#27B7B9
3#22A0A2
4#1D898B
5#197274
6#145B5D
7#0F4545
8#0A2E2E
9#051717
Tints
Lighter variations
1#55D9DB
2#68DDDF
3#7AE1E3
4#8DE5E7
5#A0EAEB
6#B3EEEF
7#C6F2F3
8#D9F6F7
9#ECFBFB
Tones
Muted variations
1#49CDCF
2#51C6C8
3#58BFC0
4#5FB8B9
5#67B0B2
6#6EA9AA
7#76A2A3
8#7D9B9B
9#859394
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE9 #9EE9EA | BordersInactive statesPlaceholder text |
| 400 | 6CDE #6CDEE0 | Disabled statesSecondary iconsMuted text |
| 500 | 42D4 #42D4D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B7 #27B7B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F91 #1F9193 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1668 #166869 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E42 #0E4243 | 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: #E2F8F9;
--sky-blue-200: #C8F3F3;
--sky-blue-300: #9EE9EA;
--sky-blue-400: #6CDEE0;
--sky-blue-500: #42D4D7;
--sky-blue-600: #27B7B9;
--sky-blue-700: #1F9193;
--sky-blue-800: #166869;
--sky-blue-900: #0E4243;
--sky-blue-950: #092A2A;
}