Sky Blue
#74C2D8
CyanColor Codes
All color formats for development
HEX
#74C2D8RGB
rgb(116, 194, 216)HSL
hsl(193, 56%, 65%)OKLCH
oklch(0.772 0.083 217.9)CMYK
cmyk(46%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AB7D0
2#40ABC9
3#3399B5
4#2C839B
5#246D81
6#1D5767
7#16424E
8#0F2C34
9#07161A
Tints
Lighter variations
1#82C8DC
2#90CEE0
3#9ED4E4
4#ABDAE7
5#B9E1EB
6#C7E7EF
7#D5EDF3
8#E3F3F7
9#F1F9FB
Tones
Muted variations
1#79BFD3
2#7EBCCE
3#83BAC9
4#88B7C4
5#8DB4BF
6#92B1BA
7#97AEB5
8#9CABB0
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 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D7 #A4D7E5 | BordersInactive statesPlaceholder text |
| 400 | 74C2 #74C2D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB1 #4CB1CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3194 #3194AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2776 #27768B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C54 #1C5463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1236 #123640 | 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: #CBE8F0;
--sky-blue-300: #A4D7E5;
--sky-blue-400: #74C2D8;
--sky-blue-500: #4CB1CD;
--sky-blue-600: #3194AF;
--sky-blue-700: #27768B;
--sky-blue-800: #1C5463;
--sky-blue-900: #123640;
--sky-blue-950: #0B2228;
}