Sky Blue
#74BFD8
BlueColor Codes
All color formats for development
HEX
#74BFD8RGB
rgb(116, 191, 216)HSL
hsl(195, 56%, 65%)OKLCH
oklch(0.765 0.083 221.4)CMYK
cmyk(46%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AB3D0
2#40A7C9
3#3395B5
4#2C7F9B
5#246A81
6#1D5567
7#16404E
8#0F2A34
9#07151A
Tints
Lighter variations
1#82C5DC
2#90CCE0
3#9ED2E4
4#ABD8E7
5#B9DFEB
6#C7E5EF
7#D5ECF3
8#E3F2F7
9#F1F9FB
Tones
Muted variations
1#79BCD3
2#7EBACE
3#83B7C9
4#88B5C4
5#8DB2BF
6#92B0BA
7#97ADB5
8#9CABB0
9#A1A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE7 #CBE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4D5 #A4D5E5 | BordersInactive statesPlaceholder text |
| 400 | 74BF #74BFD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4CAC #4CACCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3190 #3190AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2772 #27728B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C52 #1C5263 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1234 #123440 | 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: #F3F9FC;
--sky-blue-100: #E3F2F7;
--sky-blue-200: #CBE7F0;
--sky-blue-300: #A4D5E5;
--sky-blue-400: #74BFD8;
--sky-blue-500: #4CACCD;
--sky-blue-600: #3190AF;
--sky-blue-700: #27728B;
--sky-blue-800: #1C5263;
--sky-blue-900: #123440;
--sky-blue-950: #0B2128;
}