Sky Blue
#74A7D8
BlueColor Codes
All color formats for development
HEX
#74A7D8RGB
rgb(116, 167, 216)HSL
hsl(209, 56%, 65%)OKLCH
oklch(0.711 0.09 248.2)CMYK
cmyk(46%, 23%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A97D0
2#4087C9
3#3376B5
4#2C659B
5#245481
6#1D4467
7#16334E
8#0F2234
9#07111A
Tints
Lighter variations
1#82B0DC
2#90B9E0
3#9EC2E4
4#ABCAE7
5#B9D3EB
6#C7DCEF
7#D5E5F3
8#E3EDF7
9#F1F6FB
Tones
Muted variations
1#79A7D3
2#7EA7CE
3#83A7C9
4#88A7C4
5#8DA7BF
6#92A6BA
7#97A6B5
8#9CA6B0
9#A1A6AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDE #CBDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C5 #A4C5E5 | BordersInactive statesPlaceholder text |
| 400 | 74A7 #74A7D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C8E #4C8ECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3172 #3172AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 275B #275B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C41 #1C4163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122A #122A40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F7FC;
--sky-blue-100: #E3EDF7;
--sky-blue-200: #CBDEF0;
--sky-blue-300: #A4C5E5;
--sky-blue-400: #74A7D8;
--sky-blue-500: #4C8ECD;
--sky-blue-600: #3172AF;
--sky-blue-700: #275B8B;
--sky-blue-800: #1C4163;
--sky-blue-900: #122A40;
--sky-blue-950: #0B1A28;
}