Sky Blue
#74D8C5
CyanColor Codes
All color formats for development
HEX
#74D8C5RGB
rgb(116, 216, 197)HSL
hsl(169, 56%, 65%)OKLCH
oklch(0.816 0.099 179.9)CMYK
cmyk(46%, 0%, 9%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0BB
2#40C9B0
3#33B59D
4#2C9B87
5#248170
6#1D675A
7#164E43
8#0F342D
9#071A16
Tints
Lighter variations
1#82DCCB
2#90E0D1
3#9EE4D7
4#ABE7DC
5#B9EBE2
6#C7EFE8
7#D5F3EE
8#E3F7F3
9#F1FBF9
Tones
Muted variations
1#79D3C2
2#7ECEBF
3#83C9BC
4#88C4B9
5#8DBFB6
6#92BAB2
7#97B5AF
8#9CB0AC
9#A1ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D9 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C5 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6356 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124037 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCFA;
--sky-blue-100: #E3F7F3;
--sky-blue-200: #CBF0EA;
--sky-blue-300: #A4E5D9;
--sky-blue-400: #74D8C5;
--sky-blue-500: #4CCDB5;
--sky-blue-600: #31AF98;
--sky-blue-700: #278B79;
--sky-blue-800: #1C6356;
--sky-blue-900: #124037;
--sky-blue-950: #0B2823;
}