Sky Blue
#74D8B6
GreenColor Codes
All color formats for development
HEX
#74D8B6RGB
rgb(116, 216, 182)HSL
hsl(160, 56%, 65%)OKLCH
oklch(0.812 0.107 169.3)CMYK
cmyk(46%, 0%, 16%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD0A9
2#40C99B
3#33B58A
4#2C9B76
5#248162
6#1D674F
7#164E3B
8#0F3427
9#071A14
Tints
Lighter variations
1#82DCBE
2#90E0C5
3#9EE4CC
4#ABE7D3
5#B9EBDB
6#C7EFE2
7#D5F3E9
8#E3F7F0
9#F1FBF8
Tones
Muted variations
1#79D3B5
2#7ECEB3
3#83C9B1
4#88C4B0
5#8DBFAE
6#92BAAC
7#97B5AB
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 #CBF0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5CF | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8B6 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCDA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF85 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C634C | 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: #CBF0E4;
--sky-blue-300: #A4E5CF;
--sky-blue-400: #74D8B6;
--sky-blue-500: #4CCDA2;
--sky-blue-600: #31AF85;
--sky-blue-700: #278B6A;
--sky-blue-800: #1C634C;
--sky-blue-900: #124030;
--sky-blue-950: #0B281E;
}