Sky Blue
#74C0D8
CyanColor Codes
All color formats for development
HEX
#74C0D8RGB
rgb(116, 192, 216)HSL
hsl(194, 56%, 65%)OKLCH
oklch(0.767 0.083 220.2)CMYK
cmyk(46%, 11%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AB5D0
2#40A9C9
3#3397B5
4#2C819B
5#246C81
6#1D5667
7#16414E
8#0F2B34
9#07161A
Tints
Lighter variations
1#82C7DC
2#90CDE0
3#9ED3E4
4#ABD9E7
5#B9E0EB
6#C7E6EF
7#D5ECF3
8#E3F2F7
9#F1F9FB
Tones
Muted variations
1#79BED3
2#7EBBCE
3#83B8C9
4#88B6C4
5#8DB3BF
6#92B0BA
7#97AEB5
8#9CABB0
9#A1A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE8 #CBE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D6 #A4D6E5 | BordersInactive statesPlaceholder text |
| 400 | 74C0 #74C0D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAF #4CAFCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3192 #3192AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2774 #27748B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C53 #1C5363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1235 #123540 | Primary textHigh emphasis contentDark headings |
| 950 | 0B21 #0B2128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3FAFC;
--sky-blue-100: #E3F2F7;
--sky-blue-200: #CBE8F0;
--sky-blue-300: #A4D6E5;
--sky-blue-400: #74C0D8;
--sky-blue-500: #4CAFCD;
--sky-blue-600: #3192AF;
--sky-blue-700: #27748B;
--sky-blue-800: #1C5363;
--sky-blue-900: #123540;
--sky-blue-950: #0B2128;
}