Sky Blue
#74D8C0
CyanColor Codes
All color formats for development
HEX
#74D8C0RGB
rgb(116, 216, 192)HSL
hsl(166, 56%, 65%)OKLCH
oklch(0.815 0.101 176.1)CMYK
cmyk(46%, 0%, 11%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0B5
2#40C9A9
3#33B597
4#2C9B81
5#24816C
6#1D6756
7#164E41
8#0F342B
9#071A16
Tints
Lighter variations
1#82DCC7
2#90E0CD
3#9EE4D3
4#ABE7D9
5#B9EBE0
6#C7EFE6
7#D5F3EC
8#E3F7F2
9#F1FBF9
Tones
Muted variations
1#79D3BE
2#7ECEBB
3#83C9B8
4#88C4B6
5#8DBFB3
6#92BAB0
7#97B5AE
8#9CB0AB
9#A1ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D6 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C0 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDAF | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B74 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6353 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124035 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F7F2;
--sky-blue-200: #CBF0E8;
--sky-blue-300: #A4E5D6;
--sky-blue-400: #74D8C0;
--sky-blue-500: #4CCDAF;
--sky-blue-600: #31AF92;
--sky-blue-700: #278B74;
--sky-blue-800: #1C6353;
--sky-blue-900: #124035;
--sky-blue-950: #0B2821;
}