Sky Blue
#74D8B8
GreenColor Codes
All color formats for development
HEX
#74D8B8RGB
rgb(116, 216, 184)HSL
hsl(161, 56%, 65%)OKLCH
oklch(0.812 0.106 170.6)CMYK
cmyk(46%, 0%, 15%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0AB
2#40C99E
3#33B58C
4#2C9B78
5#248164
6#1D6750
7#164E3C
8#0F3428
9#071A14
Tints
Lighter variations
1#82DCBF
2#90E0C6
3#9EE4CD
4#ABE7D4
5#B9EBDC
6#C7EFE3
7#D5F3EA
8#E3F7F1
9#F1FBF8
Tones
Muted variations
1#79D3B6
2#7ECEB4
3#83C9B3
4#88C4B1
5#8DBFAF
6#92BAAD
7#97B5AB
8#9CB0A9
9#A1ABA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5D0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDA4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C634D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124031 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E3F7F1;
--sky-blue-200: #CBF0E5;
--sky-blue-300: #A4E5D0;
--sky-blue-400: #74D8B8;
--sky-blue-500: #4CCDA4;
--sky-blue-600: #31AF87;
--sky-blue-700: #278B6C;
--sky-blue-800: #1C634D;
--sky-blue-900: #124031;
--sky-blue-950: #0B281F;
}