Sky Blue
#74C7D8
CyanColor Codes
All color formats for development
HEX
#74C7D8RGB
rgb(116, 199, 216)HSL
hsl(190, 56%, 65%)OKLCH
oklch(0.783 0.084 212.3)CMYK
cmyk(46%, 8%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5ABDD0
2#40B2C9
3#339FB5
4#2C899B
5#247281
6#1D5B67
7#16444E
8#0F2E34
9#07171A
Tints
Lighter variations
1#82CDDC
2#90D2E0
3#9ED8E4
4#ABDDE7
5#B9E3EB
6#C7E9EF
7#D5EEF3
8#E3F4F7
9#F1F9FB
Tones
Muted variations
1#79C4D3
2#7EC0CE
3#83BDC9
4#88BAC4
5#8DB6BF
6#92B3BA
7#97B0B5
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 | E3F4 #E3F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBEA #CBEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DA #A4DAE5 | BordersInactive statesPlaceholder text |
| 400 | 74C7 #74C7D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB7 #4CB7CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319A #319AAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277B #277B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C58 #1C5863 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1238 #123840 | 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: #E3F4F7;
--sky-blue-200: #CBEAF0;
--sky-blue-300: #A4DAE5;
--sky-blue-400: #74C7D8;
--sky-blue-500: #4CB7CD;
--sky-blue-600: #319AAF;
--sky-blue-700: #277B8B;
--sky-blue-800: #1C5863;
--sky-blue-900: #123840;
--sky-blue-950: #0B2328;
}