Sky Blue
#74C9D8
CyanColor Codes
All color formats for development
HEX
#74C9D8RGB
rgb(116, 201, 216)HSL
hsl(189, 56%, 65%)OKLCH
oklch(0.788 0.085 210.1)CMYK
cmyk(46%, 7%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5ABFD0
2#40B5C9
3#33A2B5
4#2C8A9B
5#247381
6#1D5C67
7#16454E
8#0F2E34
9#07171A
Tints
Lighter variations
1#82CEDC
2#90D4E0
3#9ED9E4
4#ABDEE7
5#B9E4EB
6#C7E9EF
7#D5EFF3
8#E3F4F7
9#F1FAFB
Tones
Muted variations
1#79C5D3
2#7EC2CE
3#83BEC9
4#88BBC4
5#8DB7BF
6#92B4BA
7#97B0B5
8#9CADB0
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 | CBEB #CBEBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4DB #A4DBE5 | BordersInactive statesPlaceholder text |
| 400 | 74C9 #74C9D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CB9 #4CB9CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 319C #319CAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 277C #277C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C59 #1C5963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1239 #123940 | 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: #CBEBF0;
--sky-blue-300: #A4DBE5;
--sky-blue-400: #74C9D8;
--sky-blue-500: #4CB9CD;
--sky-blue-600: #319CAF;
--sky-blue-700: #277C8B;
--sky-blue-800: #1C5963;
--sky-blue-900: #123940;
--sky-blue-950: #0B2328;
}