Sky Blue
#67BFE4
BlueColor Codes
All color formats for development
HEX
#67BFE4RGB
rgb(103, 191, 228)HSL
hsl(198, 70%, 65%)OKLCH
oklch(0.764 0.1 227.6)CMYK
cmyk(55%, 16%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4BB3DF
2#2FA7DA
3#2395C5
4#1E7FA9
5#196A8D
6#145571
7#0F4055
8#0A2A38
9#05151C
Tints
Lighter variations
1#76C5E7
2#86CCEA
3#95D2EC
4#A4D8EF
5#B3DFF2
6#C2E5F4
7#D1ECF7
8#E1F2FA
9#F0F9FC
Tones
Muted variations
1#6EBCDE
2#74BAD8
3#7AB7D1
4#80B5CB
5#87B2C5
6#8DB0BF
7#93ADB8
8#99ABB2
9#A0A8AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E7 #C7E7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD5 #9BD5ED | BordersInactive statesPlaceholder text |
| 400 | 67BF #67BFE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3CAC #3CACDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2290 #2290BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B72 #1B7298 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1352 #13526C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C34 #0C3445 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F2FA;
--sky-blue-200: #C7E7F5;
--sky-blue-300: #9BD5ED;
--sky-blue-400: #67BFE4;
--sky-blue-500: #3CACDD;
--sky-blue-600: #2290BF;
--sky-blue-700: #1B7298;
--sky-blue-800: #13526C;
--sky-blue-900: #0C3445;
--sky-blue-950: #08212B;
}