Sky Blue
#67C3E4
BlueColor Codes
All color formats for development
HEX
#67C3E4RGB
rgb(103, 195, 228)HSL
hsl(196, 70%, 65%)OKLCH
oklch(0.773 0.099 223.8)CMYK
cmyk(55%, 14%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BB8DF
2#2FADDA
3#239AC5
4#1E84A9
5#196E8D
6#145871
7#0F4255
8#0A2C38
9#05161C
Tints
Lighter variations
1#76C9E7
2#86CFEA
3#95D5EC
4#A4DBEF
5#B3E1F2
6#C2E7F4
7#D1EDF7
8#E1F3FA
9#F0F9FC
Tones
Muted variations
1#6EC0DE
2#74BDD8
3#7ABAD1
4#80B7CB
5#87B4C5
6#8DB1BF
7#93AEB8
8#99ACB2
9#A0A9AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F3 #E1F3FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD8 #9BD8ED | BordersInactive statesPlaceholder text |
| 400 | 67C3 #67C3E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CB2 #3CB2DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2295 #2295BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B76 #1B7698 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1355 #13556C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C36 #0C3645 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2FAFD;
--sky-blue-100: #E1F3FA;
--sky-blue-200: #C7E9F5;
--sky-blue-300: #9BD8ED;
--sky-blue-400: #67C3E4;
--sky-blue-500: #3CB2DD;
--sky-blue-600: #2295BF;
--sky-blue-700: #1B7698;
--sky-blue-800: #13556C;
--sky-blue-900: #0C3645;
--sky-blue-950: #08222B;
}