Sky Blue
#42CAD7
CyanColor Codes
All color formats for development
HEX
#42CAD7RGB
rgb(66, 202, 215)HSL
hsl(185, 65%, 55%)OKLCH
oklch(0.772 0.115 204.3)CMYK
cmyk(69%, 6%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CC3D0
2#27ADB9
3#2297A2
4#1D828B
5#196C74
6#14565D
7#0F4145
8#0A2B2E
9#051617
Tints
Lighter variations
1#55D0DB
2#68D5DF
3#7ADAE3
4#8DDFE7
5#A0E5EB
6#B3EAEF
7#C6EFF3
8#D9F4F7
9#ECFAFB
Tones
Muted variations
1#49C4CF
2#51BEC8
3#58B8C0
4#5FB2B9
5#67ABB2
6#6EA5AA
7#769FA3
8#7D999B
9#859294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F7 #E2F7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F0 #C8F0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE4 #9EE4EA | BordersInactive statesPlaceholder text |
| 400 | 6CD6 #6CD6E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42CA #42CAD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27AD #27ADB9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F8A #1F8A93 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1662 #166269 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3F #0E3F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0927 #09272A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E2F7F9;
--sky-blue-200: #C8F0F3;
--sky-blue-300: #9EE4EA;
--sky-blue-400: #6CD6E0;
--sky-blue-500: #42CAD7;
--sky-blue-600: #27ADB9;
--sky-blue-700: #1F8A93;
--sky-blue-800: #166269;
--sky-blue-900: #0E3F43;
--sky-blue-950: #09272A;
}