Sky Blue
#74C4D8
CyanColor Codes
All color formats for development
HEX
#74C4D8RGB
rgb(116, 196, 216)HSL
hsl(192, 56%, 65%)OKLCH
oklch(0.776 0.083 215.6)CMYK
cmyk(46%, 9%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AB9D0
2#40AEC9
3#339BB5
4#2C859B
5#246F81
6#1D5967
7#16424E
8#0F2C34
9#07161A
Tints
Lighter variations
1#82CADC
2#90D0E0
3#9ED6E4
4#ABDBE7
5#B9E1EB
6#C7E7EF
7#D5EDF3
8#E3F3F7
9#F1F9FB
Tones
Muted variations
1#79C1D3
2#7EBECE
3#83BBC9
4#88B8C4
5#8DB5BF
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 | CBE9 #CBE9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D8 #A4D8E5 | BordersInactive statesPlaceholder text |
| 400 | 74C4 #74C4D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB3 #4CB3CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3196 #3196AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2777 #27778B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C55 #1C5563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1237 #123740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B22 #0B2228 | 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: #CBE9F0;
--sky-blue-300: #A4D8E5;
--sky-blue-400: #74C4D8;
--sky-blue-500: #4CB3CD;
--sky-blue-600: #3196AF;
--sky-blue-700: #27778B;
--sky-blue-800: #1C5563;
--sky-blue-900: #123740;
--sky-blue-950: #0B2228;
}