Sky Blue
#74C5D8
CyanColor Codes
All color formats for development
HEX
#74C5D8RGB
rgb(116, 197, 216)HSL
hsl(191, 56%, 65%)OKLCH
oklch(0.779 0.084 214.5)CMYK
cmyk(46%, 9%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5ABBD0
2#40B0C9
3#339DB5
4#2C879B
5#247081
6#1D5A67
7#16434E
8#0F2D34
9#07161A
Tints
Lighter variations
1#82CBDC
2#90D1E0
3#9ED7E4
4#ABDCE7
5#B9E2EB
6#C7E8EF
7#D5EEF3
8#E3F3F7
9#F1F9FB
Tones
Muted variations
1#79C2D3
2#7EBFCE
3#83BCC9
4#88B9C4
5#8DB6BF
6#92B2BA
7#97AFB5
8#9CACB0
9#A1A9AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F3 #E3F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEA #CBEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D9 #A4D9E5 | BordersInactive statesPlaceholder text |
| 400 | 74C5 #74C5D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB5 #4CB5CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3198 #3198AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2779 #27798B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C56 #1C5663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B23 #0B2328 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F3F7;
--sky-blue-200: #CBEAF0;
--sky-blue-300: #A4D9E5;
--sky-blue-400: #74C5D8;
--sky-blue-500: #4CB5CD;
--sky-blue-600: #3198AF;
--sky-blue-700: #27798B;
--sky-blue-800: #1C5663;
--sky-blue-900: #123740;
--sky-blue-950: #0B2328;
}