Sky Blue
#42C5D7
CyanColor Codes
All color formats for development
HEX
#42C5D7RGB
rgb(66, 197, 215)HSL
hsl(187, 65%, 55%)OKLCH
oklch(0.761 0.113 208.2)CMYK
cmyk(69%, 8%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CBDD0
2#27A8B9
3#2293A2
4#1D7E8B
5#196974
6#14545D
7#0F3F45
8#0A2A2E
9#051517
Tints
Lighter variations
1#55CBDB
2#68D1DF
3#7AD7E3
4#8DDCE7
5#A0E2EB
6#B3E8EF
7#C6EEF3
8#D9F3F7
9#ECF9FB
Tones
Muted variations
1#49C0CF
2#51BAC8
3#58B4C0
4#5FAFB9
5#67A9B2
6#6EA3AA
7#769DA3
8#7D989B
9#859294
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F6 #E2F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EE #C8EEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EE2 #9EE2EA | BordersInactive statesPlaceholder text |
| 400 | 6CD2 #6CD2E0 | Disabled statesSecondary iconsMuted text |
| 500 | 42C5 #42C5D7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27A8 #27A8B9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F86 #1F8693 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1660 #166069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E3D #0E3D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0926 #09262A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FBFC;
--sky-blue-100: #E2F6F9;
--sky-blue-200: #C8EEF3;
--sky-blue-300: #9EE2EA;
--sky-blue-400: #6CD2E0;
--sky-blue-500: #42C5D7;
--sky-blue-600: #27A8B9;
--sky-blue-700: #1F8693;
--sky-blue-800: #166069;
--sky-blue-900: #0E3D43;
--sky-blue-950: #09262A;
}