Sky Blue
#74D8B5
GreenColor Codes
All color formats for development
HEX
#74D8B5RGB
rgb(116, 216, 181)HSL
hsl(159, 56%, 65%)OKLCH
oklch(0.812 0.108 168.7)CMYK
cmyk(46%, 0%, 16%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0A7
2#40C999
3#33B588
4#2C9B74
5#248161
6#1D674D
7#164E3A
8#0F3427
9#071A13
Tints
Lighter variations
1#82DCBC
2#90E0C4
3#9EE4CB
4#ABE7D2
5#B9EBDA
6#C7EFE1
7#D5F3E9
8#E3F7F0
9#F1FBF8
Tones
Muted variations
1#79D3B3
2#7ECEB2
3#83C9B0
4#88C4AF
5#8DBFAD
6#92BAAC
7#97B5AA
8#9CB0A9
9#A1ABA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CE | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B5 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C634A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124030 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FCF9;
--sky-blue-100: #E3F7F0;
--sky-blue-200: #CBF0E3;
--sky-blue-300: #A4E5CE;
--sky-blue-400: #74D8B5;
--sky-blue-500: #4CCDA0;
--sky-blue-600: #31AF83;
--sky-blue-700: #278B68;
--sky-blue-800: #1C634A;
--sky-blue-900: #124030;
--sky-blue-950: #0B281E;
}