Sky Blue
#74D8C4
CyanColor Codes
All color formats for development
HEX
#74D8C4RGB
rgb(116, 216, 196)HSL
hsl(168, 56%, 65%)OKLCH
oklch(0.816 0.099 179.1)CMYK
cmyk(46%, 0%, 9%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0B9
2#40C9AE
3#33B59B
4#2C9B85
5#24816F
6#1D6759
7#164E42
8#0F342C
9#071A16
Tints
Lighter variations
1#82DCCA
2#90E0D0
3#9EE4D6
4#ABE7DB
5#B9EBE1
6#C7EFE7
7#D5F3ED
8#E3F7F3
9#F1FBF9
Tones
Muted variations
1#79D3C1
2#7ECEBE
3#83C9BB
4#88C4B8
5#8DBFB5
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 #CBF0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8C4 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDB3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124037 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2822 | 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: #CBF0E9;
--sky-blue-300: #A4E5D8;
--sky-blue-400: #74D8C4;
--sky-blue-500: #4CCDB3;
--sky-blue-600: #31AF96;
--sky-blue-700: #278B77;
--sky-blue-800: #1C6355;
--sky-blue-900: #124037;
--sky-blue-950: #0B2822;
}