Sky Blue
#74D8C9
CyanColor Codes
All color formats for development
HEX
#74D8C9RGB
rgb(116, 216, 201)HSL
hsl(171, 56%, 65%)OKLCH
oklch(0.817 0.097 183)CMYK
cmyk(46%, 0%, 7%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0BF
2#40C9B5
3#33B5A2
4#2C9B8A
5#248173
6#1D675C
7#164E45
8#0F342E
9#071A17
Tints
Lighter variations
1#82DCCE
2#90E0D4
3#9EE4D9
4#ABE7DE
5#B9EBE4
6#C7EFE9
7#D5F3EF
8#E3F7F4
9#F1FBFA
Tones
Muted variations
1#79D3C5
2#7ECEC2
3#83C9BE
4#88C4BB
5#8DBFB7
6#92BAB4
7#97B5B0
8#9CB0AD
9#A1ABA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5DB | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C9 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B7C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124039 | 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: #E3F7F4;
--sky-blue-200: #CBF0EB;
--sky-blue-300: #A4E5DB;
--sky-blue-400: #74D8C9;
--sky-blue-500: #4CCDB9;
--sky-blue-600: #31AF9C;
--sky-blue-700: #278B7C;
--sky-blue-800: #1C6359;
--sky-blue-900: #124039;
--sky-blue-950: #0B2823;
}