Sky Blue
#6DB9DF
BlueColor Codes
All color formats for development
HEX
#6DB9DFRGB
rgb(109, 185, 223)HSL
hsl(200, 64%, 65%)OKLCH
oklch(0.751 0.093 231.6)CMYK
cmyk(51%, 17%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#51ACD9
2#369FD3
3#2A8DBE
4#2479A3
5#1E6588
6#18506D
7#123C52
8#0C2836
9#06141B
Tints
Lighter variations
1#7BC0E2
2#8AC7E5
3#99CEE9
4#A7D5EC
5#B6DCEF
6#C4E3F2
7#D3EAF5
8#E2F1F9
9#F0F8FC
Tones
Muted variations
1#72B7D9
2#78B5D3
3#7EB3CE
4#83B1C8
5#89AFC2
6#8FADBD
7#95ABB7
8#9AAAB1
9#A0A8AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F1 #E2F1F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9E5 #C9E5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FD1 #9FD1EA | BordersInactive statesPlaceholder text |
| 400 | 6DB9 #6DB9DF | Disabled statesSecondary iconsMuted text |
| 500 | 43A5 #43A5D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2888 #2888B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 206C #206C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 174D #174D69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F32 #0F3243 | Primary textHigh emphasis contentDark headings |
| 950 | 091F #091F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F2F9FC;
--sky-blue-100: #E2F1F9;
--sky-blue-200: #C9E5F3;
--sky-blue-300: #9FD1EA;
--sky-blue-400: #6DB9DF;
--sky-blue-500: #43A5D6;
--sky-blue-600: #2888B8;
--sky-blue-700: #206C92;
--sky-blue-800: #174D69;
--sky-blue-900: #0F3243;
--sky-blue-950: #091F2A;
}