Sky Blue
#74B3D8
BlueColor Codes
All color formats for development
HEX
#74B3D8RGB
rgb(116, 179, 216)HSL
hsl(202, 56%, 65%)OKLCH
oklch(0.738 0.084 235.3)CMYK
cmyk(46%, 17%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AA5D0
2#4097C9
3#3385B5
4#2C729B
5#245F81
6#1D4C67
7#16394E
8#0F2634
9#07131A
Tints
Lighter variations
1#82BBDC
2#90C2E0
3#9ECAE4
4#ABD1E7
5#B9D9EB
6#C7E1EF
7#D5E8F3
8#E3F0F7
9#F1F7FB
Tones
Muted variations
1#79B2D3
2#7EB0CE
3#83AFC9
4#88AEC4
5#8DACBF
6#92ABBA
7#97AAB5
8#9CA8B0
9#A1A7AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE3 #CBE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CD #A4CDE5 | BordersInactive statesPlaceholder text |
| 400 | 74B3 #74B3D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C9D #4C9DCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3181 #3181AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2767 #27678B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C49 #1C4963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122F #122F40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F3F8FC;
--sky-blue-100: #E3F0F7;
--sky-blue-200: #CBE3F0;
--sky-blue-300: #A4CDE5;
--sky-blue-400: #74B3D8;
--sky-blue-500: #4C9DCD;
--sky-blue-600: #3181AF;
--sky-blue-700: #27678B;
--sky-blue-800: #1C4963;
--sky-blue-900: #122F40;
--sky-blue-950: #0B1D28;
}