Sky Blue
#68B4E3
BlueColor Codes
All color formats for development
HEX
#68B4E3RGB
rgb(104, 180, 227)HSL
hsl(203, 69%, 65%)OKLCH
oklch(0.739 0.102 237.5)CMYK
cmyk(54%, 21%, 0%, 11%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4CA6DE
2#3098D9
3#2487C4
4#1F73A8
5#1A608C
6#154D70
7#0F3A54
8#0A2638
9#05131C
Tints
Lighter variations
1#77BCE6
2#86C3E9
3#95CBEC
4#A5D2EE
5#B4DAF1
6#C3E1F4
7#D2E9F7
8#E1F0F9
9#F0F8FC
Tones
Muted variations
1#6EB3DD
2#74B1D7
3#7BB0D1
4#81AECB
5#87ADC5
6#8DABBE
7#93AAB8
8#99A9B2
9#A0A7AC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F0 #E1F0F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E3 #C7E3F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CCE #9CCEED | BordersInactive statesPlaceholder text |
| 400 | 68B4 #68B4E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D9F #3D9FDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2382 #2382BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C68 #1C6897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 144A #144A6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D2F #0D2F45 | Primary textHigh emphasis contentDark headings |
| 950 | 081E #081E2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FD;
--sky-blue-100: #E1F0F9;
--sky-blue-200: #C7E3F5;
--sky-blue-300: #9CCEED;
--sky-blue-400: #68B4E3;
--sky-blue-500: #3D9FDB;
--sky-blue-600: #2382BE;
--sky-blue-700: #1C6897;
--sky-blue-800: #144A6C;
--sky-blue-900: #0D2F45;
--sky-blue-950: #081E2B;
}